Comment 112 for bug 1750656

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-memcached_server (stable/newton)

Reviewed: https://review.openstack.org/553340
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-memcached_server/commit/?id=2ca66836533a6bb7e5b971b20ddedfd6d5b101a1
Submitter: Zuul
Branch: stable/newton

commit 2ca66836533a6bb7e5b971b20ddedfd6d5b101a1
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:22:12 2018 +0000

    Add retries to apt cache update

    Updating the apt cache sometimes fails due to it being
    an operation that uses mirrors on the internet. The
    task should be retried to reduce the chance of a
    transient failure causing the playbook to fail.

    Change-Id: I60d17d3cae97aed3d9bfd26652ef6306a678399c
    Partial-Bug: #1750656