]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: is ceph_rchs is True do not include install_on_redhat.yml
authorAndrew Schoen <aschoen@redhat.com>
Wed, 12 Apr 2017 12:55:03 +0000 (07:55 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 13 Apr 2017 19:55:46 +0000 (14:55 -0500)
That task includes logic for upstream installs that we do not want to
run when deploying RHCS.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 37d38b122bde02efc1bde0d61ceeee3999ebb7ff)

roles/ceph-common/tasks/main.yml

index 360c21232c86ba535dffb100999dbc724091fe8f..ca25812f7d4446fac4e3e7654d99921e33993310 100644 (file)
@@ -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)