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

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

View File

@ -70,3 +70,9 @@
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
when:
- nfs_group_name in group_names
- name: install ceph mgr
package:
name: ceph-mgr
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
when: mgr_group_name in group_names