Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
apache
Commits
4090c57e
Commit
4090c57e
authored
May 18, 2020
by
Oyvind.Gjesdal
Browse files
lint
parent
8a0c6d9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
handlers/main.yml
View file @
4090c57e
...
...
@@ -10,8 +10,8 @@
become
:
true
when
:
"
apache_selinux
|
bool"
-
name
:
"
Restorecon
on
httpd
writable
directories"
command
:
"
restorecon
-r
-R
-v
{{
item
}}"
-
name
:
"
Restorecon
on
httpd
writable
directories"
command
:
"
restorecon
-r
-R
-v
{{
item
}}"
become
:
true
loop
:
"
{{
apache_sefcontext_httpd_sys_rw_content_t
}}"
when
:
"
apache_selinux
|
bool"
...
...
tasks/writable-RedHat.yml
View file @
4090c57e
...
...
@@ -6,7 +6,7 @@
become
:
true
loop
:
"
{{
apache_sefcontext_httpd_sys_rw_content_t
}}"
when
:
"
apache_selinux
|
bool"
notify
:
notify
:
-
"
Restorecon
on
httpd
writable
directories"
-
"
apache
owner
on
writable
directories"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment