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_package - fix failure on creates_version #174

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

jborean93
Copy link
Collaborator

SUMMARY

If creates_version was set then the code was set to fail when creates_path was non-existent. Instead we should only be failing if creates_path is the path to a directory, if it doesn't exist then we consider the package to not be installed.

Fixes #169

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_package

@jborean93 jborean93 merged commit 23a7fcc into ansible-collections:main Feb 1, 2021
@jborean93 jborean93 deleted the package-version branch February 1, 2021 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

creates_path not a working parameter for programs not already installed program
1 participant