We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab241 commit 762629dCopy full SHA for 762629d
ansible/tasks/setup-pgbouncer.yml
@@ -50,7 +50,7 @@
50
shell: '/usr/sbin/nolign'
51
state: 'present'
52
53
-- name: Create PgBouncer directories if they does not exist
+- name: Create PgBouncer directories if they do not exist
54
ansible.builtin.file:
55
group: 'pgbouncer'
56
mode: "{{ pgbouncer_dir_item['mode'] }}"
@@ -60,8 +60,8 @@
60
loop_control:
61
loop_var: 'pgbouncer_dir_item'
62
with_items:
63
- - "{ mode: '0700', dir: '/etc/pgbouncer' }"
64
- - "{ mode: '0775', dir: '/etc/pgbouncer-custom' }"
+ - { mode: '0700', dir: '/etc/pgbouncer' }
+ - { mode: '0775', dir: '/etc/pgbouncer-custom' }
65
66
- name: create PgBouncer placeholder config files
67
0 commit comments