Ansible-lint fixes
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 44s
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 44s
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Check for previous backup completion
|
||||
ansible.builtin.stat:
|
||||
path: "{{ rear_backup_success_file_path }}/{{ rear_backup_workflow }}_rear_success"
|
||||
path: "{{ rear_vars_success_file_path }}/{{ rear_vars_backup_workflow }}_rear_success"
|
||||
register: rear_backup_success_file
|
||||
|
||||
- name: End host if backup has already completed successfully
|
||||
|
Reference in New Issue
Block a user