From 9425333db8765dd05efcc9cb2458a0f6894a7ff2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 3 Mar 2022 13:57:42 +0000 Subject: [PATCH] Revert "Exclude known bad build of flexiblas in CS9" This reverts commit fdebf5c95343e309e13af627fb91f9a55376137b. Reason for revert: The fixed version was released and is now available in mirror. Related-Bug: #1962506 Change-Id: I8fff91e3a5c2774425d966ead3b58c04f568ab38 --- playbooks/prepare-node-common.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index 77f63c96e..e4fae2394 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -109,13 +109,3 @@ - use_puppetlabs is defined - use_puppetlabs|bool - ansible_os_family == 'Debian' - - - block: - - name: Workaround for lp bug 1962506 (CentOS/RHEL 9) - shell: - cmd: | - dnf config-manager --save --setopt exclude=flexiblas*3.0.4-7* - become: true - when: - - ansible_os_family == 'RedHat' - - ansible_distribution_major_version == "9"