Comment 16 for bug 1712315

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

Reviewed: https://review.openstack.org/496734
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_client/commit/?id=abf0fe82fdfec45d3680fbf4b13c9ba26d685e0f
Submitter: Jenkins
Branch: stable/ocata

commit abf0fe82fdfec45d3680fbf4b13c9ba26d685e0f
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)