ansible/changelogs/fragments/win_security_policy-empty-value.yaml
jamessemai dc32842573 win_security_policy: Allow setting a value to empty (#42051)
* win_security_policy: allow removing values (resolves #40869)

* Removing warning

* Adding test for remove policy setting

* Fixing string comparison

* Make idempotent

* Adding idempotency and diff test

* added changelog fragment
2018-07-13 14:08:14 +10:00

2 lines
129 B
YAML

bugfixes:
- win_security_policy - allows an empty string to reset a policy value https://github.com/ansible/ansible/issues/40869