Skip to content

Commit

Permalink
Apply the patch for recent docker breakages:
Browse files Browse the repository at this point in the history
  • Loading branch information
triplepoint committed Jan 13, 2018
1 parent 183aa2a commit 2a837dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mosquitto/molecule/default/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
image: "molecule_local/{{ item.image }}"
state: started
recreate: false
log_driver: syslog
log_driver: none
command: "{{ item.command | default('bash -c \"while true; do sleep 10000; done\"') }}"
privileged: "{{ item.privileged | default(omit) }}"
volumes: "{{ item.volumes | default(omit) }}"
Expand Down

0 comments on commit 2a837dc

Please sign in to comment.