This is needed to avoid following error:
```
ERROR! The requested handler 'restart ceph mons' was not found in either the main handlers list nor in the listening handlers list
```
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1777829
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
a43a8721050aa858fec30da7ab8845e2ae845659)
name: ceph-defaults
- import_role:
name: ceph-facts
+ - import_role:
+ name: ceph-handler
- name: get docker version
command: docker --version
---
- name: handlers
- when: not rolling_update | bool
+ when:
+ - not rolling_update | bool
+ - not docker2podman | default(False) | bool
block:
- name: update apt cache
apt: