wrong indentation in rocketchat.yml backupdb task lol still wip

This commit is contained in:
BSounder 2022-07-07 19:50:05 -07:00
parent 5f041cc711
commit 2006dddfe6
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@
when: backup_db when: backup_db
community.docker.docker_container_exec: community.docker.docker_container_exec:
container: mongo container: mongo
command: mongodump --archive=/dump/{{ ansible_date_time.iso8601 }} --gzip command: mongodump --archive=/dump/{{ ansible_date_time.iso8601 }} --gzip
chdir: /home/{{ main_user }}/rocketchat chdir: /home/{{ main_user }}/rocketchat
register: __backup_result register: __backup_result
- name: debug docker compose down - name: debug docker compose down