Skip to content

Commit 00d7954

Browse files
committed
lowercase upn suffix
1 parent 470c944 commit 00d7954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/ad-dc/tasks/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
sam_account_name: sam-alice # different than upn prefix (name)
110110
password: Asdf1234
111111
enabled: true
112-
upn: "alice@{{ ansible_facts.domain | upper }}"
112+
upn: "alice@{{ ansible_facts.domain | lower }}"
113113
groups:
114114
set:
115115
- Domain Users
@@ -132,7 +132,7 @@
132132
sam_account_name: charlie
133133
password: Asdf1234
134134
enabled: true
135-
upn: "charlie@CUSTOM.TEST" # custom suffix
135+
upn: "charlie@custom.test" # custom suffix
136136
groups:
137137
set:
138138
- Domain Users

0 commit comments

Comments
 (0)