Disable repo check when installing SELinux RPM in airgapped environment (#413)

Currently when installed SELinux RPM, DNF will update repos.

Signed-off-by: Al West <al@tsew.net>
This commit is contained in:
Al West
2025-05-22 18:44:33 +01:00
committed by GitHub
parent 808070d77e
commit f1d53c65e0

View File

@@ -73,6 +73,7 @@
name: "{{ selinux_copy.results[0].dest }}" name: "{{ selinux_copy.results[0].dest }}"
state: present state: present
disable_gpg_check: true disable_gpg_check: true
disablerepo: "*"
- name: Make images directory - name: Make images directory
ansible.builtin.file: ansible.builtin.file: