Comment 73 for bug 1750656

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

Reviewed: https://review.openstack.org/550595
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-tests/commit/?id=131ea49076d553f93b329f52743ec4a15dbd9d57
Submitter: Zuul
Branch: stable/pike

commit 131ea49076d553f93b329f52743ec4a15dbd9d57
Author: git-harry <email address hidden>
Date: Fri Feb 23 16:10:20 2018 +0000

    Add ansible-lint rule for apt_repository

    This rule is designed to prevent the Ansible module `apt_repository`
    from being used to update the APT cache. There is a bug [1] in
    `apt_repository` that prevents cache updates from being performed
    whenever the module is retried. If the cache update fails at the first
    attempt, it is skipped on the subsequent attempt of the task causing the
    task to always complete successfully. Until this bug is addressed this
    rule should prevent it from being introduced into OpenStack-Ansible.

    Partial-bug: 1750656

    [1] https://github.com/ansible/ansible/issues/36605

    Change-Id: If440ce129c31fb4e62a8e0ac5094195f4d4d7167
    (cherry picked from commit 67bfc907030d7f0ce6fbb63f0608aa021f0b5400)