1
0
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:
openshift-merge-bot[bot]
2024-08-09 07:30:55 +00:00
committed by GitHub

View File

@@ -91,6 +91,7 @@
- name: Install openshift packages
dnf:
name: "{{ openshift_packages }}"
disablerepo: "container-tools"
state: latest
allowerasing: true
disable_gpg_check: true