Slight tweaks

This commit is contained in:
2025-02-05 14:53:45 -05:00
parent 46ea789d8c
commit 42f4a94685
5 changed files with 67 additions and 7 deletions

View File

@ -10,9 +10,9 @@
- name: "Debug survey: rear_force_backup"
ansible.builtin.debug:
var: rear_force_backup
when:
- rear_force_backup is defined
- name: Include the backup role
ansible.builtin.include_role:
name: ../roles/rear_backup
when:
- rear_force_backup | default(false) | bool