openstack-ansible-os_horizon/tasks
Jesse Pretorius 9b4c1cc1cd Optimise pip install tasks
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
2016-07-18 16:08:17 +01:00
..
horizon_apache.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_db_setup.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_install.yml Optimise pip install tasks 2016-07-18 16:08:17 +01:00
horizon_post_install.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_pre_install.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_service_setup.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_create.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_distribute.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_store.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_self_signed.yml Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
horizon_ssl_user_provided.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
install-apt.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
main.yml Merge "Updated tests and role for Xenial support" 2016-07-13 18:12:57 +00:00