Skip to content

Commit

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

Expand Down

0 comments on commit 43e1a21

Please sign in to comment.