From 8d6db35b0601da2d79a50949b508f8cc1c9ba640 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 5 Feb 2021 19:50:30 +0100 Subject: [PATCH] Fix a typo. --- tasks/postgres_pgpool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/postgres_pgpool.yml b/tasks/postgres_pgpool.yml index 64545da..6325f6c 100644 --- a/tasks/postgres_pgpool.yml +++ b/tasks/postgres_pgpool.yml @@ -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