add local.conf update to tasks

This commit is contained in:
2024-03-13 19:06:08 -04:00
parent fc14927e6c
commit db88c6c6ab
2 changed files with 30 additions and 0 deletions

View File

@ -1,4 +1,12 @@
---
- name: Update ReaR configuration file
ansible.builtin.template:
src: local.conf.j2
dest: /etc/rear/local.conf
owner: root
group: root
mode: "0600"
- name: Execute ReaR backup
ansible.builtin.debug:
msg: "Executing ReaR backup explicitly including the '{{ bigboot_adjacent_lvm_device }}' logical volume."