logic fix

This commit is contained in:
2024-03-14 11:12:51 -04:00
parent eb3dd2308e
commit 056ad0cf2d
2 changed files with 8 additions and 2 deletions

View File

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