[copr] fix typo
This commit is contained in:
parent
9c6576d09a
commit
b9cf8da7ec
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
- name: Set up some cronjobs to backup databases as configured
|
- name: Set up some cronjobs to backup databases as configured
|
||||||
template: >
|
template: >
|
||||||
src="{{ files }}/../roles/postgresql_server/files/cron-backup-database
|
src="{{ files }}/../roles/postgresql_server/files/cron-backup-database"
|
||||||
dest=/etc/cron.d/cron-backup-database-{{ item }}
|
dest="/etc/cron.d/cron-backup-database-{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ dbs_to_backup }}"
|
- "{{ dbs_to_backup }}"
|
||||||
when: dbs_to_backup != []
|
when: dbs_to_backup != []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue