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

5 lines
138 B
YAML

- hosts: localhost
tasks:
- name: Restore LXD container snapshot
ansible.builtin.shell: lxc restore {{ name }} {{ snapshot }}