9 lines
217 B
YAML
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"
|