start adding software, enable zfs.target during base install

This commit is contained in:
Mark Riedesel 2024-11-20 16:06:45 -06:00
parent da3e75d489
commit d1c6350f31
6 changed files with 33 additions and 5 deletions

View file

@ -1,5 +1,9 @@
---
- block:
- name: ensure root_password is set
assert:
that: root_password is defined
msg: "please specify a root password via -e root_password=<password>"
- import_tasks: archinstall/mirrorlist.yaml
- import_tasks: archinstall/partition.yaml
- import_tasks: archinstall/initialize_root_zvol.yaml
@ -8,5 +12,5 @@
- import_tasks: archinstall/prepare_chroot.yaml
- import_tasks: archinstall/install_os.yaml
- import_tasks: archinstall/postinstall_snapshot.yaml
- meta: end_play
- meta: end_play # pull again after reboot to resume provisioning
when: archiso_detected and base_root_disks is defined