mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 06:46:04 +01:00
Merge pull request #12505 from barbacbd/OCPBUGS-34844
OCPBUGS-34844: Disable repo container-tools before installs
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
- name: Install openshift packages
|
||||
dnf:
|
||||
name: "{{ openshift_packages }}"
|
||||
disablerepo: "container-tools"
|
||||
state: latest
|
||||
allowerasing: true
|
||||
disable_gpg_check: true
|
||||
|
||||
Reference in New Issue
Block a user