Skip to content
New issue

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

Fixed module param in win_dns_record.ps1 #277

Merged
merged 2 commits into from
Jul 28, 2021

Conversation

ntimo
Copy link
Contributor

@ntimo ntimo commented Jul 28, 2021

SUMMARY

This mr changes the $module.Params.server back to $module.Params.computer_name since server is not recognized in the module as an accepted parameter. And computer_name has been used before. If you want to change to server. I would suggest to document this correctly as a breaking change :)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_dns_record

Fixes #276

@jborean93
Copy link
Collaborator

Thanks for the pickup, I've pushed a commit that adds a changelog fragment as well. Why this was changed is just a missed error in the review process. I don't think there are any plans on changing the name. If there was we would use an alias first to not make a breaking change.

@jborean93 jborean93 merged commit befa25b into ansible-collections:main Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifing a remote DNS server with computer_name doesn't work anymore since v1.6.0
2 participants