diff --git a/tasks/rhel7stig/main.yml b/tasks/rhel7stig/main.yml index 33865476..8e6046c3 100644 --- a/tasks/rhel7stig/main.yml +++ b/tasks/rhel7stig/main.yml @@ -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