logic fixes

This commit is contained in:
2024-07-19 23:53:58 -04:00
parent e1c5d48796
commit 47b9224223
2 changed files with 7 additions and 3 deletions

View File

@ -43,4 +43,10 @@
}
}) }}"
- name: Execute ReaR backup
ansible.builtin.include_tasks: bigboot_rear_backup.yml
when:
- not bigboot_rear_backup_skip | default(false) | bool
...