Comment 113 for bug 1750656

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

Reviewed: https://review.openstack.org/553336
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-haproxy_server/commit/?id=135dace0e79724639c73f4457a66721276de76a8
Submitter: Zuul
Branch: stable/newton

commit 135dace0e79724639c73f4457a66721276de76a8
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:18:26 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: Icd14bbc15b418bffaddd01701f0ec0bdde7f2e0a
    Partial-Bug: #1750656