This commit is contained in:
Chris Hammer 2024-03-13 19:42:36 -04:00
parent f9605f0d75
commit 1bab556be4

View File

@ -9,7 +9,7 @@
- name: Execute ReaR backup
ansible.builtin.debug:
msg: "Executing ReaR backup explicitly including the '{{ bigboot_adjacent_lvm_device }}' logical volume."
msg: "Executing ReaR backup explicitly including the '{{ bigboot_lv_vg_name | trim }}' logical volume."
...