Merge "Etcd fails to start - missing environment parameter"

This commit is contained in:
Jenkins 2017-03-02 15:26:33 +00:00 committed by Gerrit Code Review
commit 796a8fe4bd

@ -10,6 +10,7 @@
common_options: "{{ docker_common_options }}"
name: "{{ service.container_name }}"
image: "{{ service.image }}"
environment: "{{ service.environment }}"
volumes: "{{ service.volumes }}"
when:
- action != "config"