ceph-common: include the new install_rh_storage_on_redhat playbook when ceph_stable_rh_storage is on:

Signed-off-by: Alfredo Deza <adeza@redhat.com>

Resolves: rhbz#1339096
pull/810/head
Alfredo Deza 2016-05-24 10:10:37 -04:00
parent aced6751f7
commit 312f72dc5b
1 changed files with 7 additions and 0 deletions

View File

@ -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'