Files
community.general/test/integration
Dag Wieers d958440bcb win_firewall_rule: Implement idempotency, check-mode and diff support (#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 #18807 and #23455.

* Change casing to lowercase

* Improve the logic wrt. diff
2017-05-30 16:10:33 -07:00
..
2015-05-04 23:45:03 -04:00
2017-05-30 18:05:19 +01:00
2017-05-30 18:05:19 +01:00
2017-05-30 18:05:19 +01:00
2017-03-10 15:20:09 +00:00
2015-11-18 20:47:54 +10:00
2017-01-12 10:49:04 -05:00
2017-03-16 16:35:44 +01:00
2017-03-08 12:21:45 -07:00
2017-05-09 18:41:48 +05:30
2017-02-11 12:12:32 +00:00
2016-11-28 16:22:17 +00:00
2016-11-28 16:22:17 +00:00
2015-06-18 13:08:35 -05:00
2017-05-30 18:05:19 +01:00