-
Notifications
You must be signed in to change notification settings - Fork 666
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
failed to initialize logging driver issue and work around #1077
Labels
Comments
retr0h
added a commit
to retr0h/molecule
that referenced
this issue
Jan 6, 2018
Docker edge would fail to start container due to syslog. Since we don't need to log to syslog, setting to none. Fixes: ansible#1077
Thanks @snoby |
retr0h
added a commit
that referenced
this issue
Jan 6, 2018
Docker edge would fail to start container due to syslog. Since we don't need to log to syslog, setting to none. Fixes: #1077
triplepoint
added a commit
to triplepoint/ansible-mosquitto
that referenced
this issue
Jan 13, 2018
@retr0h
Play is no different from Snoby's. |
@sameergautam You need to check |
@Nklya yeah, I had the |
triplepoint
added a commit
to triplepoint/ansible-dockerized-services
that referenced
this issue
Jul 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Molecule and Ansible details
Desired Behaviour
Should be able to converge
I have a virtenv python environment up and running and my molecule file and playbook look like this:
and the simple playbook
However I try to do a converge I get this error message:
I've tried everything I can think of to set this up just like the examples. This is running on MAC with docker version 17.12.0-ce-rc3
Actual Behaviour (Bug report only)
fails to converge in the task "Create Molecule instances"
snippet of back trace:
and the error message
I was able to work around the issue by downgrading my docker install from the beta channel to the stable channel.
I ended up with version 17.09.1-ce and I was able to converge.
Basically just know that something is coming down the road that will break molecule.
The text was updated successfully, but these errors were encountered: