openstack-ansible-os_nova/tasks
Jesse Pretorius fe537c7a29 Fix cache update after initial apt_repository fail
If apt_repository fails to update the apt cache after updating the
configuration, retries don't register there was a change and so no
attempt is made to update the cache by the module on the second attempt.
This failure can result in a failure to install packages.

This change adds an apt module task to update the cache if the
apt_repository task registers a change. This means updating the cache
will get retried on failure and no longer fail silently.

Change-Id: I1d71deeee64fe27df1275965aac8240cc2ab427c
Partial-Bug: #1750656
2018-02-22 14:34:56 +00:00
..
consoles Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
drivers Merge "Change include: to include_tasks:" 2018-02-20 16:06:08 +00:00
main.yml Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
nova_compute_key_distribute.yml Use the host python interpreter when delegating to localhost 2017-06-19 08:00:56 -04:00
nova_compute_key_populate.yml Ensure nova home dir is completely overridable 2016-08-24 22:34:56 +00:00
nova_compute.yml Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
nova_db_post_setup.yml If debug is enabled, provide verbose output for host discovery 2018-02-06 20:42:49 +00:00
nova_db_setup.yml Ensure online migrations can run 2017-08-29 10:55:20 +00:00
nova_init_systemd.yml Add external LB management handler hook interface 2017-09-16 14:23:03 -05:00
nova_install_apt_powervm.yml Fix cache update after initial apt_repository fail 2018-02-22 14:34:56 +00:00
nova_install.yml Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
nova_post_install.yml Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
nova_pre_install.yml Add SELinux contexts for nova log directory 2018-02-14 11:41:23 -06:00
nova_selinux.yml Add SELinux contexts for nova log directory 2018-02-14 11:41:23 -06:00
nova_service_setup.yml Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
nova_uwsgi.yml Add external LB management handler hook interface 2017-09-16 14:23:03 -05:00
nova_virt_detect.yml Correct nova virt type detection 2017-08-17 00:56:12 -05:00