Skip to content

Commit a0333c8

Browse files
committed
fix(setup-pgbouncer): it helps to add loop_control/loop_var
1 parent 541b909 commit a0333c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/tasks/setup-pgbouncer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
- name: PgBouncer - build and install
3535
community.general.make:
3636
chdir: "/tmp/pgbouncer-{{ pgbouncer_release }}"
37-
target: "{{ pgbouncer_mak_item }}"
37+
target: "{{ pgbouncer_make_item }}"
3838
become: true
3939
loop:
4040
- 'all'
4141
- 'install'
42+
loop_control:
43+
loop_var: 'pgbouncer_make_item'
4244

4345
- name: Create pgbouncer user
4446
ansible.builtin.user:

0 commit comments

Comments
 (0)