mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: install ceph-common packages for clients on debian for rhcs
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: rhbz#1339096pull/823/head
parent
3b52b263eb
commit
254d75f671
|
@ -68,3 +68,9 @@
|
|||
pkg: ceph-mds
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when: mds_group_name in group_names
|
||||
|
||||
- name: install red hat storage ceph-common
|
||||
apt:
|
||||
pkg: ceph-common
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when: client_group_name in group_names
|
||||
|
|
Loading…
Reference in New Issue