Skip to content
Snippets Groups Projects

mysql/postgres: fix warning that when uses raw variables

Merged Lars Beckers requested to merge when-jinja into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -25,7 +25,7 @@
enabled: true
- name: setup mysql backups with rsnapshot
when: '{{ mysql_rsnapshot }}'
when: mysql_rsnapshot
block:
- name: ensure a read-only mysql user for backups exists
mysql_user:
Loading