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
In looking at the code, I noticed there is also an addition issue that may have not been considered in the windows_firewall that may need to be noted.
There is checks for the rule's existence, but not check if rule not only exists, but if parameters are the same or updated.
This means that the module will not update the rule if there is a change in the parameters.
IE: Port change or IP change.
This may have to be noted that a module will be needed created to remove old settings and applied before pushing new changes.
The text was updated successfully, but these errors were encountered:
Yeah, this one bit me today. Accidentally had a rule set to the wrong port and couldn't update it without manually removing the rule.
Sorry, something went wrong.
No branches or pull requests
In looking at the code, I noticed there is also an addition issue that may have not been considered in the windows_firewall that may need to be noted.
There is checks for the rule's existence, but not check if rule not only exists, but if parameters are the same or updated.
This means that the module will not update the rule if there is a change in the parameters.
IE: Port change or IP change.
This may have to be noted that a module will be needed created to remove old settings and applied before pushing new changes.
The text was updated successfully, but these errors were encountered: