Add container to automatically backup DBs

This commit is contained in:
Jake Howard
2022-01-16 16:55:40 +00:00
parent 6c0314b758
commit 5cc552d0eb
14 changed files with 97 additions and 70 deletions

View File

@ -0,0 +1,4 @@
- name: restart db-auto-backup
shell:
chdir: /opt/db-auto-backup
cmd: "{{ docker_update_command }}"