quote when {{ }} are start of expression

This commit is contained in:
BSounder 2022-07-07 20:59:19 -07:00
parent d8cc325a00
commit e5ebda52f4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
when: backup_db and not __backup_result.failed when: backup_db and not __backup_result.failed
ansible.builtin.fetch: ansible.builtin.fetch:
src: /home/{{ main_user }}/backups/{{ ansible_date_time.iso8601 }}.gzip src: /home/{{ main_user }}/backups/{{ ansible_date_time.iso8601 }}.gzip
dest: {{ local_backup_dir }} dest: "{{ local_backup_dir }}"
- name: debug docker compose down - name: debug docker compose down
debug: debug: