We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win_dns_client does not give any information about what was changed. It should support diff mode and return variables indicating the adapters changed.
win_dns_client
- ansible.windows.win_dns_client: adapter_names: '*' dns_servers: - 10.0.0.1 - 10.0.0.2
result: { "changed": true, "modified": ["Ethernet Connection 1"], "diff": { "before": { [ "name": "Ethernet Connection 1", "dns_servers": ["192.168.1.1"] }, "after": { [ "name": "Ethernet Connection 1", "dns_servers": ["10.0.0.1", "10.0.0.2"] } } } <!--- HINT: You can also paste gist.github.com links for larger files -->
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
win_dns_client does not give any information about what was changed. It should support diff mode and return variables indicating the adapters changed.
ISSUE TYPE
COMPONENT NAME
win_dns_client
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: