Merge "Etcd fails to start - missing environment parameter"
This commit is contained in:
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user