6 lines
198 B
YAML
6 lines
198 B
YAML
---
|
|
- name: Perform a ReaR backup if any disk modifications are to be made
|
|
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
|
when:
|
|
- not bigboot_rear_backup_skip | default(false) | bool
|