mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: install ceph-mgr for rhcs on debian
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1452/head
parent
30098f4e34
commit
be3e0d772c
|
@ -90,3 +90,9 @@
|
|||
name: nfs-ganesha-fsal
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when: nfs_group_name in group_names
|
||||
|
||||
- name: install ceph mgr
|
||||
apt:
|
||||
pkg: ceph-mgr
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when: mgr_group_name in group_names
|
||||
|
|
Loading…
Reference in New Issue