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