Files
openstack-ansible-rabbitmq_…/tasks/rabbitmq_install.yml
Jesse Pretorius 17ba3ef528 Force Ansible to use dynamic includes
Ansible 2.1.1 introduces a regression in the way conditional
includes are handled which results in every task in the
included file being evaluated even if the condition for the
include is not met. This extends the run time significantly
for a deployment.

This patch forces all conditional includes to be dynamic.

Change-Id: I39d0110bae6e1c5b7f24d0ffcb75c35508d27aea
Related-Bug: https://github.com/ansible/ansible/issues/17687
2016-09-22 15:53:45 +01:00

1.2 KiB