Fix a typo.
This commit is contained in:
parent
ebb22e6642
commit
8d6db35b06
|
@ -57,7 +57,7 @@
|
|||
tags: [ 'postgresql', 'postgres', 'pg_conf', 'pgpool' ]
|
||||
|
||||
- name: Ensure that the postgresql config file has the correct permissions
|
||||
file: dest={{ psql_conf_dir }}/postgresql.conf owner=root group=postgres mode='0440
|
||||
file: dest={{ psql_conf_dir }}/postgresql.conf owner=root group=postgres mode='0440'
|
||||
tags: [ 'postgresql', 'postgres', 'pg_conf', 'pgpool' ]
|
||||
|
||||
- name: Add the pgpool postgres extensions to the template1 dbs
|
||||
|
|
Loading…
Reference in New Issue