]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: remove RedHat-only constraint for RH ISO install
authorAlfredo Deza <adeza@redhat.com>
Wed, 18 May 2016 20:40:28 +0000 (16:40 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 May 2016 12:39:30 +0000 (08:39 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
roles/ceph-common/tasks/main.yml

index 880c726efd45215a2af44dd3513c13158229ae06..dd03f2ddf8fc534dbbb3c82e88d4b1ca1498714b 100644 (file)
@@ -15,9 +15,8 @@
 
 - include: ./pre_requisites/prerequisite_rh_storage_iso_install.yml
   when:
-    ceph_stable_rh_storage and
-    ceph_stable_rh_storage_iso_install and
-    ansible_os_family == "RedHat"
+    - ceph_stable_rh_storage
+    - ceph_stable_rh_storage_iso_install
   tags:
     - package-install