Skip to content

Commit

Permalink
Adding post task to flush handlers
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Fortin <[email protected]>
  • Loading branch information
mfortin committed Jul 12, 2024
1 parent 7c0f23c commit 0569e18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ win22stig_is_server_core: false
# WN22-CC-000520 - CAT2
win_skip_for_test: false

# Changes will be made that will require a system reboot.
# The following option will allow whether or not to skip the reboot.
# Default: true
skip_reboot: true

# CAT 1 rules
wn22_00_000030: true
wn22_00_000130: true
Expand Down
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
tags:
- CAT3

- name: Run Post Tasks
ansible.builtin.import_tasks: post.yml
tags:
- always

- name: If Warnings Found Output Count and Control IDs Affected
ansible.builtin.debug:
msg:
Expand Down
Empty file added tasks/post.yml
Empty file.

0 comments on commit 0569e18

Please sign in to comment.