Skip to content
Snippets Groups Projects

Update CI to reasonable versions

Merged Thomas Schneider requested to merge th/ansible-lint into master
1 unresolved thread
4 files
+ 30
12
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
1
@@ -41,7 +41,10 @@
@@ -41,7 +41,10 @@
block:
block:
- name: ensure we have our postgres backup script
- name: ensure we have our postgres backup script
copy:
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
dest: /usr/local/bin/pgbackup.sh
owner: root
owner: root
group: root
group: root
Loading