ansible-workstation/roles/base/tasks/archinstall/postinstall_snapshot.yaml

11 lines
407 B
YAML

- name: archinstall | re-create post-installation snapshot of zroot/ROOT/arch
community.general.zfs:
name: zroot/ROOT/arch@post-installation
state: "{{ item }}"
with_items: [absent, present]
- name: archinstall | re-create post-installation snapshot of zroot/DATA/home
community.general.zfs:
name: zroot/DATA/home@post-installation
state: "{{ item }}"
with_items: [absent, present]