common: explicitly set rhel os version support

Clarify in the error message that only RHEL version >= 7.3 are
supported.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452431
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1552/head
Sébastien Han 2017-05-19 10:37:31 +02:00
parent 99a11e216f
commit 8ad503b248
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- name: fail on unsupported distribution for red hat ceph storage
fail:
msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL 7"
msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL >= 7.3"
when:
- ceph_rhcs
- ansible_distribution_version | version_compare('7.3', '<')