ceph-ansible/roles/ceph-docker-common/tasks/pre_requisites
Andy McCrae d142be0422 Move apt cache update to individual task per role
The apt-cache update can fail due to transient issues related to the
action being a network operation. To reduce the impact of these
transient failures this patch adds a retry to the update_cache task.

However, the apt_repository tasks which would perform an apt_update
won't retry the apt_update on a failure in the same way, as such this PR
moves the apt_update into an individual task, once per role.

Finally, the apt_repository tasks no longer have a changed_when: false,
and the apt_cache update is only performed once per role, if the
repositories change. Otherwise the cache is updated on the "apt" install
tasks if the cache_timeout has been reached.
2018-05-03 14:02:15 +02:00
..
debian_prerequisites.yml Move apt cache update to individual task per role 2018-05-03 14:02:15 +02:00
prerequisites.yml name includes and set_fact for clarity 2017-09-18 23:39:46 +02:00
remove_ceph_udev_rules.yml switch-from-non-containerized-to-containerized: mask unit files 2017-09-05 15:20:31 +02:00