]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Fix typo so task only runs on EL8 523/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 22 Jan 2020 16:01:48 +0000 (11:01 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 22 Jan 2020 16:01:48 +0000 (11:01 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/tasks/yum/packages.yml

index aa54bb902684949a4720f9e6594792ac064244ba..27916c394cbf719b60422116f66ad7cf51dc09ee 100644 (file)
@@ -49,7 +49,7 @@
   shell: "dnf -y groupinstall base --nobest && dnf -y group upgrade base"
   when:
     - ansible_os_family == "RedHat"
-    - ansible_distribution_major_version|int >= 7
+    - ansible_distribution_major_version|int > 7
 
 - name: Install packages
   package: