Comment 14 for bug 1712315

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

Reviewed: https://review.openstack.org/496735
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_client/commit/?id=b6f095a1f7ae109f43fd3264ab5371c010a81ba8
Submitter: Jenkins
Branch: stable/newton

commit b6f095a1f7ae109f43fd3264ab5371c010a81ba8
Author: Jesse Pretorius <email address hidden>
Date: Wed Aug 23 08:05:38 2017 +0100

    Fix MariaDB apt package pinning

    The variables in vars are only loaded when the include_vars
    task is run, which is after meta-dependencies are processed.

    This patch ensures that the pinning is properly applied when
    the meta-dependent role is executed.

    Closes-Bug: #1712315
    Change-Id: Ib99afee1a3bf9fba8d34c63ffa28e5fa41b73d03
    (cherry picked from commit 1faa81c5a197d86046e5e5e6de0aebf075277c0f)