8 lines
197 B
YAML
8 lines
197 B
YAML
---
|
|
|
|
- name: disable auto login
|
|
win_regedit:
|
|
path: HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
|
|
name: "{{ item.name }}"
|
|
state: absent
|
|
loop: "{{ autologin_registry }}" |