Skip to content

Commit

Permalink
Merge pull request #44 from mfortin/issue-43
Browse files Browse the repository at this point in the history
Issue-43: Including post task
  • Loading branch information
frederickw082922 authored Jul 9, 2024
2 parents 1f5f542 + 7aecedc commit f1dac3d
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 f1dac3d

Please sign in to comment.