Fixing a minor issue with backup directory mounting on docker nodes and removing monitor from the process
This commit is contained in:
@@ -133,6 +133,11 @@
|
||||
vars:
|
||||
env_backups_to_keep: 10
|
||||
tasks:
|
||||
- name: Run mount to ensure the /backup directory is present
|
||||
ansible.builtin.shell:
|
||||
cmd: "mount -a"
|
||||
changed_when: false
|
||||
|
||||
- name: Run container mounts backup
|
||||
ansible.builtin.include_role:
|
||||
name: docker_backup
|
||||
|
||||
Reference in New Issue
Block a user