add rear_backup_skip boolean
This commit is contained in:
parent
febcc5a98d
commit
0fb6fe9413
@ -10,3 +10,5 @@
|
|||||||
- name: Include the backup role
|
- name: Include the backup role
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: ../roles/rear_backup
|
name: ../roles/rear_backup
|
||||||
|
when:
|
||||||
|
- not rear_backup_skip | default(false) | bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user