]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Workaround for BZ 1782899 522/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 21 Jan 2020 14:37:16 +0000 (09:37 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 21 Jan 2020 14:37:16 +0000 (09:37 -0500)
This will stop all the RHEL8 failures.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/tasks/yum/packages.yml

index c583f217dde366ae1117f8fa6064b99cd1b92547..aa54bb902684949a4720f9e6594792ac064244ba 100644 (file)
   tags:
     - remove-ceph-dependency
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1782899
+- name: Base group workaround for BZ1782899
+  shell: "dnf -y groupinstall base --nobest && dnf -y group upgrade base"
+  when:
+    - ansible_os_family == "RedHat"
+    - ansible_distribution_major_version|int >= 7
 
 - name: Install packages
   package: