fix(bootstrap): RHEL 9 bootstrap from Arch ISO compatibility

This commit is contained in:
2026-02-20 16:45:29 +01:00
parent 8070cc4196
commit 14ff79cfd0
7 changed files with 52 additions and 5 deletions

View File

@@ -205,6 +205,13 @@
opts: "ro,loop"
state: mounted
- name: Relax RPM Sequoia signature policy for RHEL bootstrap
when: is_rhel | bool
ansible.builtin.copy:
dest: /etc/rpm/macros
content: "%_pkgverify_level none\n"
mode: "0644"
- name: Configure RHEL Repos for installation
when: is_rhel | bool
block: