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

Ansible doesn't verify docker as running #109

Open
Kushmaro opened this issue Jan 28, 2021 · 2 comments
Open

Ansible doesn't verify docker as running #109

Kushmaro opened this issue Jan 28, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Kushmaro
Copy link

The ansible-playbook should make sure docker server is running on the host before attempting to continue configuration

@Kushmaro Kushmaro added the bug Something isn't working label Jan 28, 2021
@bala2289
Copy link

bala2289 commented Jul 28, 2021

For users having errors where docker is not running. Please add these lines in base/general/configure_docker.yml

  • name: Start the docker service
    systemd:
    name: docker
    state: started

@obierlaire
Copy link
Contributor

Thanks for the tip @bala2289, however I'm not sure base/general/configure_docker.yml is the right place. I provided more details in the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants