Merge pull request #1552 from ceph/rhel

common: explicitly set rhel os version support
pull/1554/head v2.3.0rc1
Andrew Schoen 2017-05-19 10:23:02 -05:00 committed by GitHub
commit e605445da3
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', '<')