Skip to content

Commit

Permalink
playbooks/cluster_setup_static_ip: support SEAPATH EFI
Browse files Browse the repository at this point in the history
In UEFI the rootfs label is rootfs0.

Signed-off-by: Mathieu Dupré <[email protected]>
  • Loading branch information
dupremathieu committed Jun 7, 2022
1 parent 13ee935 commit 40caf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/cluster_setup_static_ip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tasks:
- name: Mount the file system
shell:
cmd: mount /dev/disk/by-label/platform /mnt
cmd: mount /dev/disk/by-label/rootfs0 /mnt || mount /dev/disk/by-label/platform /mnt
warn: no
retries: 3
delay: 2
Expand Down

0 comments on commit 40caf9d

Please sign in to comment.