Also might need to start httpd.
This commit is contained in:
parent
4971ade8ce
commit
6a6fab6866
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
|||
tags:
|
||||
- people
|
||||
|
||||
- name: start httpd
|
||||
service: service: name="httpd" state=started
|
||||
tags:
|
||||
- people
|
||||
|
||||
- name: set selinux booleans needed for people
|
||||
seboolean: name=httpd_enable_homedirs state=true persistent=true
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue