goofed up partitioning apparently
This commit is contained in:
parent
93564fd41f
commit
c80f7dbae6
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
`ansible-pull -U http://git.klowner.com/mark/ansible-workstation`
|
`ansible-pull -U http://git.klowner.com/mark/ansible-workstation -l <hostname>`
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
register: lsblk
|
register: lsblk
|
||||||
loop: "{{ parted_create.results | map(attribute='disk.dev') }}"
|
loop: "{{ parted_create.results | map(attribute='disk.dev') }}"
|
||||||
|
|
||||||
- name: Store EFI partition devices
|
- name: Store root zvol partition devices
|
||||||
set_fact:
|
set_fact:
|
||||||
base_root_partitions: >-
|
base_root_partitions: >-
|
||||||
{{ base_root_partitions|d([]) + [
|
{{ base_root_partitions|d([]) + [
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
register: lsblk
|
register: lsblk
|
||||||
loop: "{{ parted_create.results | map(attribute='disk.dev') }}"
|
loop: "{{ parted_create.results | map(attribute='disk.dev') }}"
|
||||||
|
|
||||||
- name: Store EFI partition devices
|
- name: Store swap partition devices
|
||||||
set_fact:
|
set_fact:
|
||||||
base_swap_partitions: >-
|
base_swap_partitions: >-
|
||||||
{{ base_swap_partitions|d([]) + [
|
{{ base_swap_partitions|d([]) + [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue