ansible/backup/restore.yml
2026-03-21 17:42:45 +00:00

6 lines
157 B
YAML

- hosts: localhost
tasks:
- name: Restore backup (simulated)
ansible.builtin.debug:
msg: "Simulating restoring backup with ID: {{ id }}"