diff --git a/host.yaml b/host.yaml index 8ef6c4e..0b01bb7 100644 --- a/host.yaml +++ b/host.yaml @@ -11,7 +11,7 @@ - debug: var=ansible_date_time.iso8601_basic_short - name: Backup mysql databases - shell: docker exec mysql8 mysqldump -u{{ mysql_user }} -p{{ mysql_password }} {{ item }} > /home/chris/{{ item }}_{{ ansible_date_time.iso8601_basic_short }}.sql + shell: docker exec mysql8 mysqldump -u{{ mysql_user }} -p{{ mysql_password }} {{ item }} > /home/chris/{{ item }}_{{ ansible_date_time.iso8601_basic_short }}.sql |gzip loop: - bookstack - kimai