When running the switch2container playbook on a Debian based system
then the systemd unit path isn't the same than Red Hat based system.
Because the systemd unit files aren't removed then the new container
systemd unit isn't take in count.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit
c1af69a7e79a5909903490028f7ae13e519c98e0)
- /usr/lib/systemd/system/ceph-osd.target
- /usr/lib/systemd/system/ceph-osd@.service
- /usr/lib/systemd/system/ceph-volume@.service
+ - /lib/systemd/system/ceph-osd.target
+ - /lib/systemd/system/ceph-osd@.service
+ - /lib/systemd/system/ceph-volume@.service
- /etc/systemd/system/ceph.target.wants
- name: dmcrypt extra operations