You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using this image for a while for my ansible roles and now I have issue which I didn't get before.
I get error:
fatal: [Ubuntu-18.04]: FAILED! => {"changed": false, "cmd": "/bin/systemctl", "msg": "Failed to connect to bus: No such file or directory", "rc": 1, "stderr": "Failed to connect to bus: No such file or directory\n", "stderr_lines": ["Failed to connect to bus: No such file or directory"], "stdout": "", "stdout_lines": []}
This is my molecule file, with privileged and ro cgroup:
For now I found another solution using docker-systemctl-replacement. It's quite easy to integreate in an existing Molecule test.
Here are the documentation and the instructions i followed.
Hi,
I'm using this image for a while for my ansible roles and now I have issue which I didn't get before.
I get error:
This is my molecule file, with
privileged
andro
cgroup:When I login to container and run
systemctl
I get error:Same error I get for container
geerlingguy/docker-debian10-ansible:latest
The text was updated successfully, but these errors were encountered: