Skip to content

Commit

Permalink
update cat2-10
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Witty <[email protected]>
  • Loading branch information
frederickw082922 committed Jul 6, 2023
1 parent 05ed902 commit 37cf2c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@
tags:
- CAT1

# We have found the order of these three tasks varies between cloud based instances
# and VM based instances. The task below breaks out to run in a different order
# for cloud based systems
- name: Execute the category 2 (medium severity) tasks for cloud based system
ansible.builtin.import_tasks: cat2_cloud.yml
when: ansible_virtualization_type == 'Hyper-V' or ansible_virtualization_type == 'hvm' or ansible_virtualization_type == 'kvm'
tags:
- CAT2_CLOUD2

- name: Execute the category 2 (medium severity) tasks
ansible.builtin.import_tasks: cat2.yml
when: win2022stig_cat2_patch
Expand All @@ -64,7 +55,6 @@
tags:
- CAT3


- name: If Warnings Found Output Count and Control IDs Affected
ansible.builtin.debug:
msg:
Expand Down

0 comments on commit 37cf2c2

Please sign in to comment.