This is now a dependancy of ceph-mgr so will be installed automatically
and does not need a specific task.
This change means that ceph-mgr installs correctly on Ubuntu Focal where
the python3-routes package is necessary.
Signed-off-by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
(cherry picked from commit
92288c11c5dcf335a694f05a3c274f9be7ec2b97)
register: result
until: result is succeeded
when: ansible_os_family == 'Debian'
-
-- name: install routes python library for dashboard module
- apt:
- name: python-routes
- register: result
- until: result is succeeded
- when:
- - ansible_os_family == 'Debian'
- - "'ceph-mgr-dashboard' in ceph_mgr_packages"