mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user