The ceph-mgr package name is identical to RedHat so add the SUSE family
to the existing task.
(cherry picked from commit
162b7d2b23b72adabdae32275962409e19ba4e0b)
Signed-off-by: Sébastien Han <seb@redhat.com>
---
-- name: install redhat ceph-mgr package
+- name: install ceph-mgr package on RedHat or SUSE
package:
name: ceph-mgr
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
when:
- - ansible_os_family == 'RedHat'
+ - ansible_os_family in ['RedHat', 'Suse']
- name: install ceph mgr for debian
apt: