Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-p authored Feb 20, 2023
1 parent 32323b4 commit 4bdea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
ipv4_addresses: "{{ pdc_dns_servers }}"

- name: Ensure the UserPrincipalName of {{ pdc_netbios }}\{{ pdc_administrator_username }} is set to {{ pdc_administrator_username }}@{{ pdc_domain }}
ansible.windows.win_domain_user:
community.windows.win_domain_user:
name: "{{ pdc_administrator_username }}"
upn: "{{ pdc_administrator_username }}@{{ pdc_domain }}"
domain_username: "{{ pdc_netbios }}\\{{ pdc_administrator_username }}"
Expand Down

0 comments on commit 4bdea52

Please sign in to comment.