Skip to content
Snippets Groups Projects
Commit 7ac8855f authored by Lars Beckers's avatar Lars Beckers
Browse files

mysql/postgres: fix warning that when uses raw variables

parent 1015c3b7
No related branches found
No related tags found
1 merge request!5mysql/postgres: fix warning that when uses raw variables
Pipeline #3445 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