Update roles

This commit is contained in:
2024-02-08 16:20:39 -05:00
parent bb21e8d5c6
commit f9db71bdb7
30 changed files with 1152 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: disable force unload registry - {{ task_state | default('present') }}
win_regedit:
path: HKLM:\Software\Policies\Microsoft\Windows\System
name: DisableForceUnload
data: 1
type: dword
state: "{{ task_state | default('present') }}"
register: disable_force_unload_registry