From ee284742490b8eab6cc81b99471da4359e7207ca Mon Sep 17 00:00:00 2001 From: Lucas <116588+hairmare@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:31:30 +0100 Subject: [PATCH] chore(infrastructure): Use AlmaLinux EFI image (#182) --- roles/infrastructure/tasks/bootdisk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/infrastructure/tasks/bootdisk.yaml b/roles/infrastructure/tasks/bootdisk.yaml index 6210519..15304cb 100644 --- a/roles/infrastructure/tasks/bootdisk.yaml +++ b/roles/infrastructure/tasks/bootdisk.yaml @@ -12,7 +12,7 @@ - name: 'RaBe Foreman Infrastructure : Bootdisk : Copy efi' ansible.builtin.copy: remote_src: true - src: "/boot/efi/EFI/centos/{{ item }}" + src: "/boot/efi/EFI/almalinux/{{ item }}" dest: "/var/lib/foreman/bootdisk/{{ item }}" owner: foreman group: foreman