Skip to content
Snippets Groups Projects
Commit 041df1ea authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Only configure postgres snapshots with rsnapshot

parent b2ce138a
No related branches found
No related tags found
No related merge requests found
Pipeline #3260 passed
......@@ -36,6 +36,9 @@
state: started
enabled: true
- name: configure snapshots
when: '"servers_rsnapshot" in group_names'
block:
- name: ensure we have our postgres backup script
copy:
src: "pgbackup{{ '-bullseye' if ansible_distribution_major_version|int(default=99) > 10 else '' }}.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment