Skip to content

Commit

Permalink
Fix issue 46
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Fortin <[email protected]>
  • Loading branch information
mfortin committed Aug 22, 2024
1 parent 09d56c8 commit 799ad8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@
tags:
- section19

- name: Include the post tasks
ansible.builtin.import_tasks:
file: post.yml
tags:
- always

- name: If Warnings found Output count and control IDs affected
ansible.builtin.debug:
msg:
Expand Down

0 comments on commit 799ad8f

Please sign in to comment.