From 40caf9d9fd7b483170d99b1695a4524636312034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Dupr=C3=A9?= Date: Tue, 17 May 2022 15:43:38 +0200 Subject: [PATCH] playbooks/cluster_setup_static_ip: support SEAPATH EFI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In UEFI the rootfs label is rootfs0. Signed-off-by: Mathieu Dupré --- playbooks/cluster_setup_static_ip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/cluster_setup_static_ip.yaml b/playbooks/cluster_setup_static_ip.yaml index b8d35c8ac..ed6ea7d0f 100644 --- a/playbooks/cluster_setup_static_ip.yaml +++ b/playbooks/cluster_setup_static_ip.yaml @@ -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