Jesse Pretorius b9d50ce452 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: I17c230f3178f7227b56969e2654894d4b92108e3
2016-07-21 18:13:49 +00:00
..
2016-05-20 18:15:16 -07:00
2016-06-14 15:38:16 +00:00
2016-06-14 15:38:16 +00:00
2016-06-14 15:38:16 +00:00
2016-07-21 18:13:49 +00:00