Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using williamyeh/ansible:centos7, Enable the Docker daemon in systemd failing #54

Open
desireBanse opened this issue Jul 11, 2019 · 0 comments

Comments

@desireBanse
Copy link

Using

- name: Enable the Docker daemon in systemd
  systemd:
    name: docker
    enabled: yes
    masked: no 

results in.
Job #45811 failed for 028da0c0:
"systemctl", "status", "docker"], "delta": "0:00:00.351030", "end": "2019-07-11 18:13:46.479587", "msg": "non-zero return code", "rc": 1, "start": "2019-07-11 18:13:46.128557", "stderr": "Failed to get D-Bus connection: Operation not permitted", "stderr_lines": ["Failed to get D-Bus connection: Operation not permitted"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant