From 5f041cc711e3e6aabaa29e729111039457e74e6f Mon Sep 17 00:00:00 2001 From: BSounder Date: Thu, 7 Jul 2022 19:48:50 -0700 Subject: [PATCH] oops forgot to set the when condition in rocketchat.yml --- tasks/rocketchat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rocketchat.yml b/tasks/rocketchat.yml index a643094..b738ba1 100644 --- a/tasks/rocketchat.yml +++ b/tasks/rocketchat.yml @@ -90,7 +90,7 @@ var: ansible_date_time - name: Backup existing RocketChat mongo database - when: + when: backup_db community.docker.docker_container_exec: container: mongo command: mongodump --archive=/dump/{{ ansible_date_time.iso8601 }} --gzip