63f5d0e4fa
When the OSA connection plugin is used on older ansible versions,
and when haproxy runs in a container, a bug exists where the loop_var
fails to properly delegate the task to the haproxy container.
We can avoid using loop_var in the delegation of the task by simply
moving the loop_var up one level so that the endpoint-manage task
file can use {{ item }}.
This was introduced in the commit:
|
||
---|---|---|
.. | ||
dynamic-address-fact.yml | ||
dynamic-grouping.yml | ||
haproxy-endpoint-manage.yml | ||
os-log-dir-setup.yml | ||
os-lxc-container-setup.yml | ||
os-nspawn-container-setup.yml | ||
package-cache-proxy.yml | ||
remove_container_journal.yml | ||
restart-service.yml | ||
rsyslog-client.yml | ||
set-pip-vars.yml | ||
unbound-clients.yml |