Add option to force ReaR backup: draft
This commit is contained in:
parent
ff3edfa5f0
commit
c354f8b736
@ -7,6 +7,12 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: "Debug survey: rear_force_backup"
|
||||||
|
ansible.builtin.debug:
|
||||||
|
var: rear_force_backup
|
||||||
|
|
||||||
- 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:
|
||||||
|
- rear_force_backup | default(false) | bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user