Skip to content

Commit

Permalink
Update loop_control
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Nov 21, 2023
1 parent 43e1a21 commit bfc694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pgbackrest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
loop: "{{ pgbackrest_conf.global }}"
when: item.option == 'spool-path'
loop_control:
label: "{{ item.option }}"
label: "{{ item.value }}"

- name: Ensure config directory exist
ansible.builtin.file:
Expand Down

0 comments on commit bfc694f

Please sign in to comment.