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 <major at mhtx.net> 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 -- You received this bug notification because you are a member of OpenStack Security, which is subscribed to OpenStack. https://bugs.launchpad.net/bugs/1590086 Title: check_mode not set when using tags with security role Status in openstack-ansible: Fix Released Bug description: If a tag is provided with the security role in check mode, the check_mode variable is not set. This causes any tasks that depend on that variable to fail. To manage notifications about this bug go to: https://bugs.launchpad.net/openstack-ansible/+bug/1590086/+subscriptions