goofed up partitioning apparently

This commit is contained in:
Mark Riedesel 2024-11-20 14:08:17 -06:00
parent 93564fd41f
commit c80f7dbae6
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# Installation
`ansible-pull -U http://git.klowner.com/mark/ansible-workstation`
`ansible-pull -U http://git.klowner.com/mark/ansible-workstation -l <hostname>`

View file

@ -109,7 +109,7 @@
register: lsblk
loop: "{{ parted_create.results | map(attribute='disk.dev') }}"
- name: Store EFI partition devices
- name: Store root zvol partition devices
set_fact:
base_root_partitions: >-
{{ base_root_partitions|d([]) + [
@ -142,7 +142,7 @@
register: lsblk
loop: "{{ parted_create.results | map(attribute='disk.dev') }}"
- name: Store EFI partition devices
- name: Store swap partition devices
set_fact:
base_swap_partitions: >-
{{ base_swap_partitions|d([]) + [