- 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]