Missing argument.
This commit is contained in:
parent
bc9a0fefa3
commit
dcfbe46af5
|
@ -103,7 +103,7 @@
|
||||||
block:
|
block:
|
||||||
|
|
||||||
- name: Create the postgresql log directory
|
- name: Create the postgresql log directory
|
||||||
file: dest={{ psql_log_dir }} owner=postgres group=postgres mode='0750'
|
file: dest={{ psql_log_dir }} state=directory owner=postgres group=postgres mode='0750'
|
||||||
|
|
||||||
- name: Fix the SELinux rules for the postgresql log directory
|
- name: Fix the SELinux rules for the postgresql log directory
|
||||||
shell: semanage fcontext -a -a -t postgresql_db_t "{{ psql_log_dir }}(/.*)?" && restorecon -vR {{ psql_log_dir }}
|
shell: semanage fcontext -a -a -t postgresql_db_t "{{ psql_log_dir }}(/.*)?" && restorecon -vR {{ psql_log_dir }}
|
||||||
|
|
Loading…
Reference in New Issue