Comment 116 for bug 1750656

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

Reviewed: https://review.openstack.org/553331
Committed: https://git.openstack.org/cgit/openstack/ansible-hardening/commit/?id=128cd2f2eb91fcd24e860597cf924db34d9e44b9
Submitter: Zuul
Branch: stable/newton

commit 128cd2f2eb91fcd24e860597cf924db34d9e44b9
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:11:47 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: If83f70b9ceef4e610401b48fa16bdd41c12a3ca0
    Partial-Bug: #1750656