Skip to content

Commit

Permalink
Fix Main
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Williams <stephenw@mindpointgroup.com>
  • Loading branch information
MrSteve81 committed Oct 5, 2023
1 parent a8eb9b5 commit 4a737c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,18 @@
- name: Execute the section 1 tasks
ansible.builtin.import_tasks: section01.yml
when: win16cis_section01
notify: reboot_windows
tags:
- section01

- name: Execute the section 2 tasks
ansible.builtin.import_tasks: section02.yml
when: win16cis_section02
notify: reboot_windows
tags:
- section02

- name: Execute the section 9 tasks
ansible.builtin.import_tasks: section09.yml
when: win16cis_section09
notify: reboot_windows
tags:
- section09

Expand Down

0 comments on commit 4a737c6

Please sign in to comment.