Files
toallab-automation/roles/oatakan.windows_template_build/tasks/disable-auto-logon.yml
2020-08-17 12:06:41 -04: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 }}"