Skip to content

Commit

Permalink
Including post task
Browse files Browse the repository at this point in the history
Signed-off-by: fortinm <[email protected]>
  • Loading branch information
mfortin committed Jun 20, 2024
1 parent 1f5f542 commit 7aecedc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
tags:
- section19

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

- name: Run Audit
ansible.builtin.import_tasks: run_audit.yml
when:
Expand Down

0 comments on commit 7aecedc

Please sign in to comment.