openstack-ansible-os_glance/tasks
Jesse Pretorius c61739dd38 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: I12ee579625ee6ba493b970601b62f14614ce8658
2016-07-18 15:56:03 +01:00
..
glance_db_setup.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
glance_init.yml Implement Ubuntu 16.04 support with SystemD 2016-05-31 14:37:59 +00:00
glance_init_common.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
glance_init_systemd.yml Fix ansible-lint complaint about directory permissions 2016-07-06 13:53:56 -04:00
glance_init_upstart.yml Implement Ubuntu 16.04 support with SystemD 2016-05-31 14:37:59 +00:00
glance_install.yml Optimise pip install tasks 2016-07-18 15:56:03 +01:00
glance_install_apt.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-22 09:13:41 -04:00
glance_post_install.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
glance_pre_install.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
glance_service_setup.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
main.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00