mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
win_chocolatey: refactor module to fix bugs and add new features (#43013)
* win_chocolatey: refactor module to fix bugs and add new features * Fix some typos and only emit install warning not in check mode * Fixes when testing out installing chocolatey from a server * Added changelog fragment
This commit is contained in:
parent
460f858640
commit
93c05074ee
11 changed files with 1267 additions and 600 deletions
|
@ -100,9 +100,13 @@ The following modules will be removed in Ansible 2.10. Please update your playbo
|
|||
Noteworthy module changes
|
||||
-------------------------
|
||||
|
||||
Check mode is now supported in the ``command`` and ``shell`` modules. However, only when ``creates`` or ``removes`` is
|
||||
specified. If either of these are specified, the module will check for existence of the file and report the correct
|
||||
changed status, if they are not included the module will skip like it had done previously.
|
||||
* Check mode is now supported in the ``command`` and ``shell`` modules. However, only when ``creates`` or ``removes`` is
|
||||
specified. If either of these are specified, the module will check for existence of the file and report the correct
|
||||
changed status, if they are not included the module will skip like it had done previously.
|
||||
|
||||
* The ``win_chocolatey`` module originally required the ``proxy_username`` and ``proxy_password`` to
|
||||
escape any double quotes in the value. This is no longer required and the escaping may cause further
|
||||
issues.
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue