Skip to content

Commit

Permalink
Fix spacing issue reported by linter in pgbackrest task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianvdl authored and vibhorkumar123 committed Apr 12, 2024
1 parent 3968c2b commit d36c677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup_pgbackrest/tasks/configure_pgbackrest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- name: Build configuration file {{ pgbackrest_configuration_file }}
ansible.builtin.template:
src: "./templates/pgbackrest_{{ group_names |select('match', 'primary|slave') |first }}.{{ pgbackrest_archive_method }}.conf.template"
src: "./templates/pgbackrest_{{ group_names | select('match', 'primary|slave') | first }}.{{ pgbackrest_archive_method }}.conf.template"
dest: "{{ pgbackrest_configuration_file }}"
owner: "{{ pg_owner }}"
group: "{{ pg_group }}"
Expand Down

0 comments on commit d36c677

Please sign in to comment.