win_environment: Added explicit check for null, empty string with state=present (#40468)

* win_environment: Added explicit check for null, empty string with state=present

* Added changelog fragment
This commit is contained in:
Jordan Borean
2018-05-22 06:45:33 +10:00
committed by GitHub
parent 5634dae290
commit db195831fd
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_environment - Fix for issue where the environment value was deleted when a null value or empty string was set - https://github.com/ansible/ansible/issues/40450