Merge "Fix Haproxy reconfigure"

This commit is contained in:
Jenkins 2017-04-25 01:43:23 +00:00 committed by Gerrit Code Review
commit 79fcc4a411

View File

@ -88,6 +88,7 @@
name: "{{ item.value.container_name }}"
image: "{{ item.value.image }}"
volumes: "{{ item.value.volumes }}"
privileged: "{{ item.value.privileged | default(False) }}"
register: check_haproxy_containers
when:
- action != "config"