Comment 11 for bug 1464771

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/192484
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=ea2681280ae4885e5cb333d573ed43ba92fdd08f
Submitter: Jenkins
Branch: kilo

commit ea2681280ae4885e5cb333d573ed43ba92fdd08f
Author: kevin <email address hidden>
Date: Sat Jun 13 16:34:05 2015 -0500

    Added apt update tasks to everything using apt

    This change adds a specific update task to all tasks that all the
    apt ansible module. This change was done to ensure that the cache
    is updated as expected when instructed to do so. The reason that
    the cache update is being removed from the grouping is because
    there is an upstream bug that is effecting the process by which
    the apt cache is updated when there is a package list to process
    within the same task. The work around to make this function as
    expected is to move the update into its own task without a package
    list.

    Upstream Ansible bug:
      - https://github.com/ansible/ansible-modules-core/issues/1497

    Change-Id: Ic06d89a76d772c12888b4bc4bbf147be58b0c150
    Related-Bug: 1464771
    (cherry picked from commit 59381b51ffb83bd67e13d5f04ff731f1b70a67bf)