Skip to content
Snippets Groups Projects

Update CI to reasonable versions

Merged
Thomas Schneiderrequested to merge
th/ansible-lint into master
1 open thread
4 files
+ 30
12
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
@@ -41,7 +41,10 @@
block:
- name: ensure we have our postgres backup script
copy:
src: "pgbackup{{ '-bullseye' if ansible_distribution_major_version|int(default=99) > 10 else '' }}.sh"
src: >-
    • Hier klebt ein neuer Klimapunkt, weil die Pipe nicht mit Leerzeichen abgetrennt ist. Halte ich für unbedenklich.

Please register or sign in to reply
pgbackup{{
'-bullseye' if ansible_distribution_major_version|int(default=99) > 10
else '' }}.sh
dest: /usr/local/bin/pgbackup.sh
owner: root
group: root
Loading