Add (manual) recovery scripts

This commit is contained in:
Tobias Reisinger 2024-10-30 16:35:46 +01:00
parent a2c680f3e8
commit 4f97b66c3d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 48 additions and 1 deletions
playbooks/roles/backup/tasks

View file

@ -31,6 +31,8 @@
- name: Import tasks specific to the hooks scripts
ansible.builtin.import_tasks: hooks.yml
- name: Import tasks specific to the recovery scripts
ansible.builtin.import_tasks: recovery.yml
- name: Import tasks specific to systemd
ansible.builtin.import_tasks: systemd.yml