Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
884282c7
Commit
884282c7
authored
4 years ago
by
Rafael Guterres Jeffman
Browse files
Options
Downloads
Patches
Plain Diff
Fix Ansible warning on using an integer where a string is expected.
parent
afe889c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
molecule/resources/playbooks/prepare-common.yml
+1
-2
1 addition, 2 deletions
molecule/resources/playbooks/prepare-common.yml
with
1 addition
and
2 deletions
molecule/resources/playbooks/prepare-common.yml
+
1
−
2
View file @
884282c7
...
@@ -25,9 +25,8 @@
...
@@ -25,9 +25,8 @@
-
name
:
Ensure fs.protected_regular is disabled
-
name
:
Ensure fs.protected_regular is disabled
sysctl
:
sysctl
:
name
:
fs.protected_regular
name
:
fs.protected_regular
value
:
0
value
:
'
0'
sysctl_set
:
yes
sysctl_set
:
yes
state
:
present
state
:
present
reload
:
yes
reload
:
yes
when
:
result.stat.exists
when
:
result.stat.exists
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment