ansible/changelogs/fragments/win_security_policy-empty-value.yaml
jamessemai 9e706a3ed4 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

(cherry picked from commit dc32842573)
2018-07-16 17:37:59 -07: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