Merge "Ensure prep tasks have 'always' tag"

This commit is contained in:
Jenkins 2016-12-02 20:43:28 +00:00 committed by Gerrit Code Review
commit ab4d60d5af

View File

@ -19,6 +19,8 @@
changed_when: False
when:
- not check_mode | bool
tags:
- always
- name: Set a fact for the temporary directory
set_fact:
@ -26,6 +28,8 @@
changed_when: False
when:
- not check_mode | bool
tags:
- always
# Package installations and removals must come first so that configuration
# changes can be made later.
@ -59,3 +63,5 @@
changed_when: False
when:
- not check_mode | bool
tags:
- always