quote when {{ }} are start of expression
This commit is contained in:
parent
d8cc325a00
commit
e5ebda52f4
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue