Comment 120 for bug 1750656

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

Reviewed: https://review.openstack.org/553358
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-rabbitmq_server/commit/?id=365981385549cf2d93ed604ff2c262417f523d44
Submitter: Zuul
Branch: stable/newton

commit 365981385549cf2d93ed604ff2c262417f523d44
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:37:54 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: I946766d6f63f24dcf10ad8ea80e07dae6e5f4d8f
    Partial-Bug: #1750656