I am using the windows.win_dns_record module to implement DNS records through the WinRM port on a Windows 2019 server with the DNS service, everything works fine when I run the module from Ansible, the logs are validated but when I check on the Windows server 2019 I can't find the record created, I would like to know what type of privileges I need for the successful execution of DNS record creation, I am currently using a user that belongs to the DNSAdmins group, now I don't know if it needs some powershell permissions?
I am using the windows.win_dns_record module to implement DNS records through the WinRM port on a Windows 2019 server with the DNS service, everything works fine when I run the module from Ansible, the logs are validated but when I check on the Windows server 2019 I can't find the record created, I would like to know what type of privileges I need for the successful execution of DNS record creation, I am currently using a user that belongs to the DNSAdmins group, now I don't know if it needs some powershell permissions?