Add Redeploy

This commit is contained in:
madereddy
2023-12-12 10:12:53 -05:00
parent ca6d67393e
commit cefbda7298
4 changed files with 41 additions and 17 deletions
+4
View File
@@ -47,6 +47,10 @@
- restic
state: present
when: ansible_os_family == "RedHat"
- name: Update Restic Binaries
ansible.builtin.command:
cmd: restic self-update
# This will run after the previous play is completed
- import_playbook: install_docker.yml