forked from ansible-collections/community.windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix win_firewall bools comparation (ansible-collections#298)
* fix gpoBoolean and Boolean comparation fix gpoBoolean and Boolean comparation in windows 8.1 and win server 12r2 (with PS/WMF 4.x) * append changelog add changelog message about firewall bools comparation fix * rename changelog fragment rename changlog fragment (firewall... -> win_firewall)
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/win_firewall_bools_comparation_compatibility.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- win_firewall - Fix GpoBoolean/Boolean comparation(windows versions compatibility increase) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters