Issue
Description of problem:
-----------------------
RHCS 4.3z1 installation fails on RHEL 8.7 at TASK [ceph-mgr : wait for all mgr to be up].
The mgr services fails to start because of below error:
```
Jan 19 03:12:25 ceph50 systemd[1]: Started Ceph Manager.
Jan 19 03:12:25 ceph50 ceph-mgr-ceph50[677680]: find: '/var/lib/ceph/mgr/ceph-ceph50/keyring': Permission denied
Jan 19 03:12:25 ceph50 ceph-mgr-ceph50[677680]: chown: cannot access '/var/lib/ceph/mgr/ceph-ceph50/keyring': Permission denied
Jan 19 03:12:26 ceph50 systemd[1]: ceph-mgr@ceph50.service: Main process exited, code=exited, status=1/FAILURE
Jan 19 03:12:26 ceph50 systemd[1]: ceph-mgr@ceph50.service: Failed with result 'exit-code'.
Jan 19 03:12:36 ceph50 systemd[1]: ceph-mgr@ceph50.service: Service RestartSec=10s expired, scheduling restart.
Jan 19 03:12:36 ceph50 systemd[1]: ceph-mgr@ceph50.service: Scheduled restart job, restart counter is at 5198.
Jan 19 03:12:36 ceph50 systemd[1]: Stopped Ceph Manager.
```
Version-Release number of selected component (if applicable):
--------------------------------------------------------------
RHCS
: 4.3z1
ceph-ansible : 4.0.70.18-1.el8cp.noarch
RHEL
: 8.7
Podman
: 4.2
How reproducible:
-----------------
Every time
Steps to Reproduce:
Deploy fresh ceph cluster on 4.3z1 on top of RHEL 8.7.
Actual results:
---------------
ceph mgr fails to start service because of selinux label and hence the deployment fails.
Expected results:
-----------------
ceph mgr should start service and the deployment should succeed.