From 468dc06bcd9fa9acd7b3baf55295e160679abf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 23 May 2017 12:02:24 +0200 Subject: [PATCH] common: remove useless check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We only check for everything expect 'distro' because that is a valid way of deploying RHCS, with preprepared repos present on the nodes. Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/checks/check_mandatory_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-common/tasks/checks/check_mandatory_vars.yml b/roles/ceph-common/tasks/checks/check_mandatory_vars.yml index 42c7a9c43..114f22ef2 100644 --- a/roles/ceph-common/tasks/checks/check_mandatory_vars.yml +++ b/roles/ceph-common/tasks/checks/check_mandatory_vars.yml @@ -29,6 +29,6 @@ - ceph_rhcs - not ceph_rhcs_cdn_install - not ceph_rhcs_iso_install - - ceph_origin == "upstream" + - ceph_origin != 'distro' tags: - package-install