Update roles
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: disable auto login
|
||||
win_regedit:
|
||||
path: HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
|
||||
name: "{{ item.name }}"
|
||||
state: absent
|
||||
loop: "{{ autologin_registry }}"
|
||||
Reference in New Issue
Block a user