ec9d44a53c
Unlike the Ansible apt module, the Ansible pip module does not recognise a with_items list and process all the items at once. To optimise the pip install tasks, this patch replaces the use of with_items with a join filter so that the pip install task does an install with all the packages in a list, ensuring that the execution is one action instead of many. Change-Id: Ib2e9ee2c1f668366905f3c4191bc3a27e84b73ae |
||
---|---|---|
.. | ||
main.yml | ||
neutron_check.yml | ||
neutron_db_setup.yml | ||
neutron_init_common.yml | ||
neutron_init_systemd.yml | ||
neutron_init_upstart.yml | ||
neutron_init.yml | ||
neutron_install-apt.yml | ||
neutron_install.yml | ||
neutron_l3_ha.yml | ||
neutron_lbaas.yml | ||
neutron_post_install.yml | ||
neutron_pre_install.yml | ||
neutron_service_setup.yml | ||
nuage_neutron_config.yml | ||
plumgrid_config.yml |