From: Guillaume Abrioux Date: Thu, 2 Jun 2022 07:03:19 +0000 (+0200) Subject: validate: require ansible 2.9 X-Git-Tag: v6.0.27.1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3cee7fd2b020586e5261db870ec1e609d3ed62bc;p=ceph-ansible.git validate: require ansible 2.9 RHCS 5.2 requires Ansible 2.9 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2092554 Signed-off-by: Guillaume Abrioux --- diff --git a/roles/ceph-validate/tasks/check_system.yml b/roles/ceph-validate/tasks/check_system.yml index dc8cdd6fd..44a37fa04 100644 --- a/roles/ceph-validate/tasks/check_system.yml +++ b/roles/ceph-validate/tasks/check_system.yml @@ -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: