Skip to content
Snippets Groups Projects

postgres: Add Commvault backup compatibility

Merged Thomas Schneider requested to merge th/postgres-commvault into master
All threads resolved!
4 files
+ 30
13
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
2
@@ -53,8 +53,10 @@
block:
- name: ensure we have our postgres backup script
copy:
# yamllint disable-line rule:line-length
src: "pgbackup{{ '-bullseye' if ansible_distribution_major_version|int(default=99) > 10 else '' }}.sh"
src: >-
pgbackup{{
'-bullseye' if ansible_distribution_major_version|int(default=99) > 10
else '' }}.sh
dest: /usr/local/bin/pgbackup.sh
owner: root
group: root
Loading