12 lines
194 B
YAML

---
- name: Execute ReaR backup
ansible.builtin.debug:
msg: "Executing ReaR restore..."
- name: Just checking...
ansible.builtin.debug:
msg: "Checking twice to be certain..."
...