Ansible-lint fixes
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 44s

This commit is contained in:
2025-09-24 16:28:49 -04:00
parent 728b367d5d
commit b13c47f51e
8 changed files with 25 additions and 25 deletions

View File

@ -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