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 Nov 28, 2021
1 parent f3647db commit 3042647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
changed_when: dns_forwarders.rc == 1
failed_when: dns_forwarders.rc == 2

- name: Ensure upstream DNS servers is our own IP
- name: Ensure upstream DNS servers is to {{ pdc_dns_servers }}
win_dns_client:
adapter_names: "{{ pdc_dns_nics }}"
ipv4_addresses: "{{ ansible_host }}"
ipv4_addresses: "{{ pdc_dns_servers }}"

- name: Ensure the UserPrincipalName of {{ pdc_netbios }}\{{ pdc_administrator_username }} is set to {{ pdc_administrator_username }}@{{ pdc_domain }}
win_domain_user:
Expand Down

0 comments on commit 3042647

Please sign in to comment.