Merge "Fix loop variable name for nested loop"

This commit is contained in:
Zuul 2018-06-25 03:11:12 +00:00 committed by Gerrit Code Review
commit 018a11b10a

View File

@ -24,7 +24,9 @@
wait_interval: "{{ haproxy_wait_interval | default(5) }}"
wait_retries: "{{ haproxy_wait_retries | default(24) }}"
weight: "{{ haproxy_weight | default(omit) }}"
delegate_to: "{{ item }}"
delegate_to: "{{ delegate_host }}"
with_items: "{{ groups['haproxy'] }}"
loop_control:
loop_var: delegate_host
tags:
- common-haproxy