We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470c944 commit 00d7954Copy full SHA for 00d7954
roles/ad-dc/tasks/main.yaml
@@ -109,7 +109,7 @@
109
sam_account_name: sam-alice # different than upn prefix (name)
110
password: Asdf1234
111
enabled: true
112
- upn: "alice@{{ ansible_facts.domain | upper }}"
+ upn: "alice@{{ ansible_facts.domain | lower }}"
113
groups:
114
set:
115
- Domain Users
@@ -132,7 +132,7 @@
132
sam_account_name: charlie
133
134
135
- upn: "charlie@CUSTOM.TEST" # custom suffix
+ upn: "charlie@custom.test" # custom suffix
136
137
138
0 commit comments