Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win_firewall_rule: Implement idempotency, check-mode and diff support (…
…ansible#23162) * win_firewall_rule: Small idempotency fix This PR includes the following changes: - an idempotency fix when `profile: any` - better difference output to debug idempotency issues - documentation fixes (remove `required: false`) - Parameter handling fixes - RDP example that matches default RDP rule - Renamed parameter 'enable' to 'enabled' (kept alias) - Renamed parameter 'profile' to 'profiles' (kept alias) * Rewrite module completely The logic is still intact, but various changes with a single goal: - Make the module idempotent - Implement check-mode - Implement diff-mode - Adapted integration tests This fixes ansible#18807 and ansible#23455. * Change casing to lowercase * Improve the logic wrt. diff
- Loading branch information