ansible-lint --fix
This commit is contained in:
parent
5634cd32d3
commit
faa046aa21
21 changed files with 181 additions and 179 deletions
|
@ -1,10 +1,11 @@
|
|||
- name: archinstall | re-create post-installation snapshot of zroot/ROOT/arch
|
||||
---
|
||||
- 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
|
||||
- name: archinstall | Re-create post-installation snapshot of zroot/DATA/home
|
||||
community.general.zfs:
|
||||
name: zroot/DATA/home@post-installation
|
||||
state: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue