ed6fbb1d84
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: I9a372286efe2105568f9ef2d29be62d0f8070303 |
||
---|---|---|
.. | ||
main.yml | ||
sahara_db_setup.yml | ||
sahara_init_common.yml | ||
sahara_init_systemd.yml | ||
sahara_init_upstart.yml | ||
sahara_init.yml | ||
sahara_install_apt.yml | ||
sahara_install.yml | ||
sahara_post_install.yml | ||
sahara_pre_install.yml | ||
sahara_service_setup.yml |