Comment 6 for bug 1590086

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-security (liberty)

Reviewed: https://review.openstack.org/327658
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-security/commit/?id=6213c87d51d00416475e1e97c13686e726c8f288
Submitter: Jenkins
Branch: liberty

commit 6213c87d51d00416475e1e97c13686e726c8f288
Author: Major Hayden <email address hidden>
Date: Thu Jun 9 08:19:27 2016 -0500

    Set check_mode variable every time

    In check mode, the security role will fail when tags are used. This
    is because the check_mode variable wasn't being set when tags were
    provided. This patch ensures that the tasks that check for check mode
    and set the subsequent check_mode variable will run every time.

    This is a manual backport of Ib6a29ee4c36632cd6d982ce87105f0ddec4a891d
    since the master/Newton branch includes some new things for systemd that
    doesn't make sense in Mitaka/Liberty.

    Closes-bug: 1590086

    Change-Id: Ib6a29ee4c36632cd6d982ce87105f0ddec4a891d