Begin validation code re-work
All checks were successful
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Successful in 49s

This commit is contained in:
2025-09-26 14:47:24 -04:00
parent cfbf138c17
commit 9a06928cdb
4 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,15 @@
---
- name: Perform ReaR Backup Validation
hosts: all
become: true
gather_facts: true
strategy: free
tasks:
- name: Import rear_vars role
ansible.builtin.import_role:
name: rhc.rear.rear_vars
- name: Validiate ReaR backup completion
ansible.builtin.include_role:
name: rhc.rear.rear_backup_validation