]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate: require ansible 2.9 v6.0.27.1
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 2 Jun 2022 07:03:19 +0000 (09:03 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 2 Jun 2022 07:03:19 +0000 (09:03 +0200)
RHCS 5.2 requires Ansible 2.9

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2092554
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-validate/tasks/check_system.yml

index dc8cdd6fd92bd9d1e4d4515cc4ab0a1d80c7e756..44a37fa04637c2c840153d72051223945e913b24 100644 (file)
@@ -6,8 +6,8 @@
 
 - name: fail on unsupported ansible version
   fail:
-    msg: "Ansible version must be 2.10!"
-  when: ansible_version.minor|int != 10
+    msg: "Ansible version must be 2.9!"
+  when: ansible_version.minor|int != 9
 
 - name: fail on unsupported system
   fail: