Skip to content

Commit

Permalink
rollback: deleted sda paths from storage template
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Jan 27, 2025
1 parent 86c3acb commit 3747b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/host_vars/node-esp-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ autoinstall:
number: 1
preserve: false
grub_device: true
#path: /dev/sda1
path: /dev/sda1
type: partition
id: partition-0
- fstype: fat32
Expand All @@ -35,7 +35,7 @@ autoinstall:
number: 2
preserve: false
grub_device: false
#path: /dev/sda2
path: /dev/sda2
type: partition
id: partition-1
- fstype: ext4
Expand All @@ -49,7 +49,7 @@ autoinstall:
number: 3
preserve: false
grub_device: false
#path: /dev/sda3
path: /dev/sda3
type: partition
id: partition-2
- name: ubuntu-vg
Expand Down

0 comments on commit 3747b32

Please sign in to comment.