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 committed Apr 10, 2024
1 parent 7b52e7d commit 99f81eb
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 99f81eb

Please sign in to comment.