Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2bb9f62

Browse files
committed
Version 1.4
2 parents 0cdea41 + ab2dfc0 commit 2bb9f62

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ None
4343
4444
## Changelog
4545
46+
### 1.4
47+
48+
* remove become in Windows
49+
4650
### 1.3
4751
4852
* add support for users on group and host vars layer

tasks/distribution/Windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# tasks file for arillso.users
33

44
- name: Windows | adding users
5-
become: true
65
win_user:
76
name: "{{ item.username }}"
87
fullname: "{{ item.name | default(omit) }}"
@@ -21,7 +20,6 @@
2120
with_items: "{{ users }}"
2221

2322
- name: Windows | hide user accounts from the login screen
24-
become: true
2523
win_regedit:
2624
path: "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\SpecialAccounts\\UserList"
2725
name: "{{ item.username }}"
@@ -32,7 +30,6 @@
3230

3331
# https://superuser.com/questions/182375/always-display-the-last-default-user-windows-7-welcome-screen/182382#182382
3432
- name: Windows | UAC enable
35-
become: true
3633
win_regedit:
3734
path: "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\CredUI"
3835
name: EnumerateAdministrators

0 commit comments

Comments
 (0)