From: Alfredo Deza Date: Tue, 24 May 2016 14:10:37 +0000 (-0400) Subject: ceph-common: include the new install_rh_storage_on_redhat playbook when ceph_stable_r... X-Git-Tag: v1.0.6~108^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=312f72dc5bdd8d33eb4330eebf6101590900aefb;p=ceph-ansible.git ceph-common: include the new install_rh_storage_on_redhat playbook when ceph_stable_rh_storage is on: Signed-off-by: Alfredo Deza Resolves: rhbz#1339096 --- diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index 521cf4ceb..c9d6cf2ec 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -33,6 +33,13 @@ tags: - package-install +- include: ./installs/install_rh_storage_on_redhat.yml + when: + - ansible_distribution == "RedHat" + - ceph_stable_rh_storage + tags: + - package-install + - include: ./installs/install_on_debian.yml when: - ansible_os_family == 'Debian'