This little typo cost me a lot of time. ;( It wasn't running the loop, but setting one sebool I didn't care about.
This commit is contained in:
parent
55e91c3f45
commit
eb7a56022f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
- people
|
||||
|
||||
- name: set selinux booleans needed for people
|
||||
seboolean: name=httpd_enable_homedirs state=true persistent=true
|
||||
seboolean: name={{ item }} state=true persistent=true
|
||||
with_items:
|
||||
- httpd_enable_homedirs
|
||||
- git_cgi_enable_homedirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue