Description of problem: Deployment of osds fails at TASK [ceph-osd : activate containerized osd(s)] Version-Release number of selected component (if applicable): ceph-ansible-3.2.54-1.el7cp.noarch ansible-2.6.20-1.el7ae.noarch ceph-base-12.2.12-137.el7cp.x86_64 How reproducible: 2/2 Steps to Reproduce: 1. Deploy containerized cluster with the following config --- dummy: fetch_directory: ~/ceph-ansible-keys ceph_repository_type: cdn ceph_origin: distro ceph_repository: rhcs radosgw_interface: eno1 ceph_rhcs_version: 3 monitor_interface: eno1 public_network: 10.8.128.0/21 ceph_docker_image: "rh-osbs/rhceph" ceph_docker_image_tag: "ceph-3.3-rhel-7-containers-candidate-21190-20210303221139" ceph_docker_registry: "registry-proxy.engineering.redhat.com" containerized_deployment: true #cat /etc/ansible/hosts [mons] magna061 magna062 magna063 [mgrs] magna061 magna062 magna063 [osds] magna061 osd_auto_discovery=true osd_scenario=collocated osd_objectstore=bluestore magna062 osd_auto_discovery=true osd_scenario=collocated osd_objectstore=bluestore magna063 osd_scenario=collocated osd_objectstore=bluestore devices="['/dev/sdb','/dev/sdc','/dev/sdd']" Actual results: Deployment fails Expected results: Deployment Should be successful