9b4c1cc1cd
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: Iaca857cbc31a915b8fdecfe4a06f5afb5abb46bf |
||
---|---|---|
.. | ||
horizon_apache.yml | ||
horizon_db_setup.yml | ||
horizon_install.yml | ||
horizon_post_install.yml | ||
horizon_pre_install.yml | ||
horizon_service_setup.yml | ||
horizon_ssl_key_create.yml | ||
horizon_ssl_key_distribute.yml | ||
horizon_ssl_key_store.yml | ||
horizon_ssl_self_signed.yml | ||
horizon_ssl_user_provided.yml | ||
install-apt.yml | ||
main.yml |