Jesse Pretorius 8b068b08fe 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: I403e36a67d2e06f5cd32fe28222b597a17ef42a1
2016-07-18 16:23:59 +01:00
..
2016-03-28 14:19:41 -04:00
2016-07-18 16:23:59 +01:00
2016-03-28 14:19:41 -04:00
2016-03-24 17:13:47 -04:00