Files
toallab-automation/roles/oatakan.windows_template_build/tasks/disable_auto_logon.yml
2024-02-08 16:20:39 -05:00

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 }}"