-
Notifications
You must be signed in to change notification settings - Fork 383
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
Notepadplusplus installation failed #1245
Comments
It throws the following error... |
Could be due to the new chocolatey version. Closing this as I do not believe it to be package related. |
@AdmiringWorm - Appreciate your quick update. Referring the 1758, it asks to use the following code. but in Ansible playbook how I can use this? |
Unfortunately, I do not have any experience with ansible so I do not know. This is something you probably have to ask the ansible people. |
@jborean93 ^^ curiosity here on how to disable a feature |
I've posted an example of how to continue to install Chocolatey, disable the enhanced exit code features and then install your package like normal here ansible/ansible#53860 (comment). This is only required until the next release of Ansible is made where the fix has already been applied. |
Note that the default for enhanced exit codes was turned to off for Chocolatey v0.10.14. This is for anyone that finds this issue as most folks commenting here are already aware. chocolatey/choco#1784 |
I used Chocolatey notepadplusplus installation in Ansible play book like below. It worked well for many days but today it throws this error. I haven't changed this code and its reference main.yml file too.
win_chocolatey:
name: notepadplusplus
state: present
I would like to understand why this package is failed, what is the better solution?
The text was updated successfully, but these errors were encountered: