Ensure prep tasks have 'always' tag
Some of the prep tasks for the RHEL 7 content did not have the 'always' tag, which caused playbooks to fail when using a tag, like 'auth'. Closes-Bug: 1646934 Change-Id: I651b5ee964e916b9d7add1d1d5f9dbb139eb6be3
This commit is contained in:
parent
6fc903183d
commit
e06fc8726f
@ -19,6 +19,8 @@
|
|||||||
changed_when: False
|
changed_when: False
|
||||||
when:
|
when:
|
||||||
- not check_mode | bool
|
- not check_mode | bool
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
- name: Set a fact for the temporary directory
|
- name: Set a fact for the temporary directory
|
||||||
set_fact:
|
set_fact:
|
||||||
@ -26,6 +28,8 @@
|
|||||||
changed_when: False
|
changed_when: False
|
||||||
when:
|
when:
|
||||||
- not check_mode | bool
|
- not check_mode | bool
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
# Package installations and removals must come first so that configuration
|
# Package installations and removals must come first so that configuration
|
||||||
# changes can be made later.
|
# changes can be made later.
|
||||||
@ -59,3 +63,5 @@
|
|||||||
changed_when: False
|
changed_when: False
|
||||||
when:
|
when:
|
||||||
- not check_mode | bool
|
- not check_mode | bool
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user