openstack-ansible-os_trove/tasks
Jesse Pretorius 27545d222a 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: Ieaf67c9a776c43e9fd39c63a92642b55a49bb9bc
2017-04-21 16:51:57 +01:00
..
main.yml Implement trove networking 2017-04-14 14:46:26 -05:00
trove_apache.yml Update 2016-08-25 14:56:41 +02:00
trove_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 12:33:12 +00:00
trove_init_common.yml Remove Trusty support from os_trove role 2016-12-15 15:10:27 +00:00
trove_init_systemd.yml Ensure the components are isolated from the system 2017-03-30 15:08:28 +00:00
trove_init.yml Ensure the components are isolated from the system 2017-03-30 15:08:28 +00:00
trove_install.yml Optimise apt cache update task 2017-04-21 16:51:57 +01:00
trove_post_install.yml Adding the trove-guestagent.conf 2017-01-31 02:10:45 -06:00
trove_pre_install.yml Ensure 0755 default mode on new directories 2017-01-11 15:42:15 -06:00
trove_service_network.yml Implement trove networking 2017-04-14 14:46:26 -05:00
trove_service_setup.yml Trove service user configuration should be aligned 2016-11-23 18:42:14 +00:00