Files
ansible-msp-automations/playbooks/snapshot_verify.yml

9 lines
217 B
YAML

---
- name: Verify snapshot exists
hosts: all
gather_facts: false
tasks:
- name: Placeholder - snapshot verification tasks
ansible.builtin.debug:
msg: "Snapshot verification to be implemented"