Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2021-02-05 19:50:30 +01:00
parent ebb22e6642
commit 8d6db35b06
1 changed files with 1 additions and 1 deletions

View File

@ -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