diff --git a/host.yaml b/host.yaml index 780c51f..0b05c05 100644 --- a/host.yaml +++ b/host.yaml @@ -10,7 +10,7 @@ - debug: var=ansible_date_time.iso8601_basic_short - - name: Backup mysql database: {{ item }} + - name: Backup mysql databases shell: docker exec mysql8 mysqldump -u{{ mysql_user }} -p{{ mysql_password }} {{ item }} > /home/chris/{{ item }}.sql loop: - bookstack