Unverified Commit f1d53c65 authored by Al West's avatar Al West Committed by GitHub
Browse files

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



Currently when installed SELinux RPM, DNF will update repos.

Signed-off-by: default avatarAl West <al@tsew.net>
parent 808070d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@
        name: "{{ selinux_copy.results[0].dest }}"
        state: present
        disable_gpg_check: true
        disablerepo: "*"

    - name: Make images directory
      ansible.builtin.file: