fixing syntax error in setting selinux boolean
This commit is contained in:
parent
67d25c20d3
commit
96eb0dcb8b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
action: postgresql_user db={{ testdays_db_name }} user={{ testdays_db_user }} password={{ testdays_db_password }} role_attr_flags=NOSUPERUSER
|
||||
|
||||
- name: ensure selinux lets httpd talk to postgres
|
||||
seboolean: name=httpd_can_network_connect_db persistent=yes state
|
||||
seboolean: name=httpd_can_network_connect_db persistent=yes state=yes
|
||||
|
||||
- name: generate testdays config
|
||||
template: src=settings.py.j2 dest=/etc/testdays/settings.py owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue