Skip to content

Commit

Permalink
chore(infrastructure): Use AlmaLinux EFI image (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 9, 2024
1 parent 2668894 commit ee28474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/infrastructure/tasks/bootdisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee28474

Please sign in to comment.