fixes
This commit is contained in:
parent
9d5e0cf89d
commit
da08d182c4
@ -48,11 +48,10 @@
|
|||||||
}) }}"
|
}) }}"
|
||||||
rear_backup_skip: bigboot_rear_backup_skip | default(false)
|
rear_backup_skip: bigboot_rear_backup_skip | default(false)
|
||||||
|
|
||||||
- name: Execute ReaR backup
|
- name: Perform a ReaR backup if any disk modifications are to be made
|
||||||
ansible.builtin.import_tasks: bigboot_rear_backup.yml
|
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
||||||
when:
|
when:
|
||||||
- (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool)
|
- (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool)
|
||||||
- not bigboot_rear_backup_skip | default(false) | bool
|
- not bigboot_rear_backup_skip | default(false) | bool
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user