Modularity updates
This commit is contained in:
@ -33,6 +33,14 @@
|
||||
state: present
|
||||
notify: Update Grub
|
||||
|
||||
- name: Archive backup log
|
||||
ansible.builtin.include_tasks:
|
||||
file: archive_backup_log.yml
|
||||
|
||||
- name: Write backup success file
|
||||
ansible.builtin.include_tasks:
|
||||
file: create_success_file.yml
|
||||
|
||||
- name: ReaR backup success
|
||||
ansible.builtin.debug:
|
||||
msg: "ReaR backup has completed successfully."
|
||||
|
Reference in New Issue
Block a user