Skip to content

Commit

Permalink
Update manual tasks with new audit -6
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Witty <[email protected]>
  • Loading branch information
frederickw082922 committed Aug 15, 2023
1 parent e97bf3e commit c5eea8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,17 @@
wn22_au_000060 or
wn22_00_000390 or
wn22_00_000400

- name: Check For SecGuide.admx In PolicyDefinitions
ansible.windows.win_find:
paths: '{{ item }}:\Windows\PolicyDefinitions'
patterns: SecGuide.admx
hidden: true
changed_when: false
failed_when: false
with_items:
- "{{ wn22_drive_letters.stdout_lines }}"
register: wn22_secguide_admx_audit
when:
- wn22_00_000390 or
wn22_00_000400

0 comments on commit c5eea8b

Please sign in to comment.