Merge "Revert "Exclude known bad build of flexiblas in CS9""

This commit is contained in:
Zuul 2022-03-04 01:46:33 +00:00 committed by Gerrit Code Review
commit 5986bf44c9
1 changed files with 0 additions and 10 deletions

View File

@ -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"