Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 21, 2018

Conversation

jborean93
Copy link
Contributor

SUMMARY

When setting an environment value as null or an empty string, WIndows will actually delete the env key as it isn't valid in Windows. This change adds a failure message as state: present should not be deleting env entries.

Fixes #40450

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_environment

ANSIBLE VERSION
devel

@ansibot
Copy link
Contributor

ansibot commented May 21, 2018

@ansibot ansibot added affects_2.6 This issue/PR affects Ansible v2.6 bug This issue/PR relates to a bug. community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. test This PR relates to tests. windows Windows community labels May 21, 2018
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. support:core This issue/PR relates to code supported by the Ansible Engineering Team. and removed community_review In order to be merged, this PR must follow the community review workflow. labels May 21, 2018
@jhawkesworth
Copy link
Contributor

Looks good to me, thanks for fixing this up.

@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label May 21, 2018
@jborean93 jborean93 merged commit db19583 into ansible:devel May 21, 2018
@jborean93 jborean93 deleted the win_environment-null-value branch May 21, 2018 20:45
jborean93 added a commit to jborean93/ansible that referenced this pull request May 21, 2018
…te=present (ansible#40468)

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

* Added changelog fragment

(cherry picked from commit db19583)
@jborean93
Copy link
Contributor Author

Backport PR for stable-2.5 #40508

jborean93 added a commit that referenced this pull request May 21, 2018
…te=present (#40468) (#40508)

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

* Added changelog fragment

(cherry picked from commit db19583)
achinthagunasekara pushed a commit to achinthagunasekara/ansible that referenced this pull request May 23, 2018
…te=present (ansible#40468)

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

* Added changelog fragment
jacum pushed a commit to jacum/ansible that referenced this pull request Jun 26, 2018
…te=present (ansible#40468)

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

* Added changelog fragment
ilicmilan pushed a commit to ilicmilan/ansible that referenced this pull request Nov 7, 2018
…te=present (ansible#40468)

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

* Added changelog fragment
@ansible ansible locked and limited conversation to collaborators May 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.6 This issue/PR affects Ansible v2.6 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. windows Windows community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

win_environment will remove variables if a value is not specified
3 participants