From 37d38b122bde02efc1bde0d61ceeee3999ebb7ff Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 12 Apr 2017 07:55:03 -0500 Subject: [PATCH] ceph-common: is ceph_rchs is True do not include install_on_redhat.yml That task includes logic for upstream installs that we do not want to run when deploying RHCS. Signed-off-by: Andrew Schoen --- roles/ceph-common/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index 360c21232..ca25812f7 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -38,8 +38,8 @@ - include: ./installs/install_on_redhat.yml when: - ansible_os_family == 'RedHat' and - not ceph_rhcs_iso_install + - ansible_os_family == 'RedHat' + - not ceph_rhcs tags: - package-install # Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent) -- 2.39.5