ceph-common: install ceph-mgr for rhcs on debian

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1452/head
Andrew Schoen 2017-04-17 08:40:24 -05:00
parent 30098f4e34
commit be3e0d772c
1 changed files with 6 additions and 0 deletions

View File

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