ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
199 stars 153 forks source link

win_dns_record: CNAME: remove unneeded special case #464

Closed kenyon closed 1 year ago

kenyon commented 1 year ago

The special case for CNAME records added in #452 is not needed.

JLE-ATS commented 1 year ago

Hello ! I am the person behind #452 I have tested your solution by replacing the variable win_dns_record_zone with the value "example.com" and it works great for me too. Thanks for your input.

kenyon commented 1 year ago

Anything else needed to get this merged?

jborean93 commented 1 year ago

Sorry @kenyon for the delay, just getting back to your PRs. Thanks @JLE-ATS for confirming this fixes your problem and the original changes in #452 are no longer needed, that was going to be my next question :)