From efe2c9e518a6b177816706bc605c746f504e1c31 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 12 Aug 2016 11:28:26 -0400 Subject: [PATCH] ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in system checks Signed-off-by: Alfredo Deza Resolves: issue#811 --- roles/ceph-common/tasks/checks/check_system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-common/tasks/checks/check_system.yml b/roles/ceph-common/tasks/checks/check_system.yml index 9338a3e5a..21e348c96 100644 --- a/roles/ceph-common/tasks/checks/check_system.yml +++ b/roles/ceph-common/tasks/checks/check_system.yml @@ -18,7 +18,7 @@ fail: msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL 7.1" when: - - ceph_stable_rh_storage + - ceph_rhcs - ansible_distribution_version | version_compare('7.1', '<') - name: fail on unsupported distribution for ubuntu cloud archive