From: Alfredo Deza Date: Wed, 18 May 2016 20:40:28 +0000 (-0400) Subject: ceph-common: remove RedHat-only constraint for RH ISO install X-Git-Tag: ceph-ansible-1.0.5-33~32 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc2bceabd49cb976e4c0961c75f9098cb02d22b1;p=ceph-ansible.git ceph-common: remove RedHat-only constraint for RH ISO install Signed-off-by: Alfredo Deza --- diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index 880c726ef..dd03f2ddf 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -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