mirror of https://github.com/ceph/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 <adeza@redhat.com> Resolves: rhbz#1339096pull/810/head
parent
aced6751f7
commit
312f72dc5b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue