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

Merge branch 'when-jinja' into 'master'

mysql/postgres: fix warning that when uses raw variables

See merge request !5
parents 1015c3b7 7ac8855f
No related branches found
No related tags found
1 merge request!5mysql/postgres: fix warning that when uses raw variables
Pipeline #3452 passed
......@@ -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:
......
......@@ -37,7 +37,7 @@
enabled: true
- name: configure snapshots
when: '{{ postgres_rsnapshot }}'
when: postgres_rsnapshot
block:
- name: ensure we have our postgres backup script
copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment