Merge "add the environment attribute to etcd deploy"

This commit is contained in:
Zuul 2018-05-07 09:03:05 +00:00 committed by Gerrit Code Review
commit 47b94cb6e4

View File

@ -33,6 +33,7 @@
name: "{{ item.value.container_name }}"
image: "{{ item.value.image }}"
volumes: "{{ item.value.volumes }}"
environment: "{{ item.value.environment }}"
register: check_etcd_containers
when:
- action != "config"