Docker cgroups2 and cgroupns support in Molecule

Hello,

I have encountered an issue with using systemd in docker. I have a role with a task like this:

- name: Start and enable apache2
systemd:
name: apache2
state: started
enabled: true

And it fails like this:

TASK [acme.molecule_reference_role : Start and enable apache2]