Remove success check; its in the collection now
This commit is contained in:
parent
93d256af80
commit
2efe662c0e
@ -17,17 +17,6 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
job_template_name: "{{ nfs_exports_template_name }}"
|
job_template_name: "{{ nfs_exports_template_name }}"
|
||||||
|
|
||||||
- name: Check for previous backup completion
|
|
||||||
ansible.builtin.stat:
|
|
||||||
path: "{{ rear_backup_success_file_path }}/{{ rear_backup_workflow }}_rear_success"
|
|
||||||
register: rear_backup_success_file
|
|
||||||
|
|
||||||
- name: End if backup has already completed successfully
|
|
||||||
ansible.builtin.meta: end_host
|
|
||||||
when:
|
|
||||||
- rear_backup_success_file['stat']['exists'] | bool
|
|
||||||
- not rear_force_backup | default(false) | bool
|
|
||||||
|
|
||||||
- name: Perform ReaR Backup
|
- name: Perform ReaR Backup
|
||||||
when:
|
when:
|
||||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user