openstack-ansible-os_cinder/tasks
Jesse Pretorius e5e98deeea Optimise apt cache update task
The update of the apt cache and the package installation
can all be handled in a single task by providing the
package action plugin with the right parameters. This
removes an extra task to optimise execution.

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: I88ff40f2ae3bca8341daeddfe8c7a23c2addc057
2017-04-21 16:15:21 +01:00
..
cinder_backends.yml Do a whole word grep 2017-03-24 09:11:29 +00:00
cinder_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 02:51:11 +00:00
cinder_init_common.yml Remove Trusty support from os_cinder role 2016-12-15 13:16:08 +00:00
cinder_init_systemd.yml Ensure the components are isolated from the system 2017-03-28 18:43:06 -05:00
cinder_install.yml Optimise apt cache update task 2017-04-21 16:15:21 +01:00
cinder_lvm_config.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_post_install.yml Provide empty default for cinder_backends 2017-02-27 09:51:36 -08:00
cinder_pre_install.yml Implementing stricter permissions on config files 2017-02-08 09:17:11 -05:00
cinder_qos.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 02:51:11 +00:00
cinder_service_add.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_service_setup.yml Add support for cinder v3 api 2017-03-16 13:52:56 +01:00
main.yml Merge "Bring consistency to tags" 2017-01-11 10:19:46 +00:00