From f985a485d9d916444eacf148240972c2193236f2 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 21 Aug 2024 19:23:24 +0300 Subject: [PATCH] Debranding --- ansible/roles/unified_boot/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/unified_boot/tasks/main.yaml b/ansible/roles/unified_boot/tasks/main.yaml index c33682c..da7c2bc 100644 --- a/ansible/roles/unified_boot/tasks/main.yaml +++ b/ansible/roles/unified_boot/tasks/main.yaml @@ -31,7 +31,7 @@ - name: Generate GRUB2 stub configuration ansible.builtin.template: src: grub_cfg_stub.j2 - dest: /boot/efi/EFI/almalinux/grub.cfg + dest: /boot/efi/EFI/msvsphere/grub.cfg mode: "0700" - name: Generate GRUB2 main configuration @@ -47,7 +47,7 @@ - name: Remove old GRUB2 environment block on ESP ansible.builtin.file: - path: /boot/efi/EFI/almalinux/grubenv + path: /boot/efi/EFI/msvsphere/grubenv state: absent - name: Get version of installed kernel # noqa: command-instead-of-module