openstack-ansible-memcached.../meta
Jesse Pretorius b259318aee Optimise apt cache update task
In https://review.openstack.org/457391 we consolidated
the package install tasks into one set, but it's also
possible to provide the package action plugin the
parameters for the underlying module, so we do that
here to get rid of the apt cache update task.

The minimum Ansible version is raised to 2.2 due to a
known bug [1] in Ansible's apt module which does not
update the cache properly if the cache update and the
install are combined in a single task.

[1] https://github.com/ansible/ansible-modules-core/issues/1497

Change-Id: If3209379c04b3bfdf3fd8af8615fc6e0036b1c52
2017-04-20 15:12:59 +01:00
..
main.yml Optimise apt cache update task 2017-04-20 15:12:59 +01:00