add rear_backup_skip boolean

This commit is contained in:
Chris Hammer 2024-07-19 23:45:12 -04:00
parent febcc5a98d
commit 0fb6fe9413

View File

@ -10,3 +10,5 @@
- name: Include the backup role
ansible.builtin.include_role:
name: ../roles/rear_backup
when:
- not rear_backup_skip | default(false) | bool