summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_chocolatey.ps1
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.windowsAnsible Core Team2020-03-091-803/+0
* Add --override-arguments option to win_chocolatey module (#65101)Rostyslav2019-11-251-4/+15
* win_chocolatey: Fix error when choco.exe not found (#53115)Dag Wieers2019-11-151-8/+7
* win_chocolatey - honour version when bootstrapping chocolatey and fix package...Jordan Borean2019-06-051-42/+86
* win_chocolatey - remove stray commentJordan Borean2019-03-151-1/+0
* win_chocolatey - Fix incompatibilities with latest Chocolatey release (#53841)Jordan Borean2019-03-151-1/+4
* Add arg and doc validation for PowerShell modules (#53615)Jordan Borean2019-03-121-2/+2
* win_chocolatey: Fix up validate_certs default value (#53614)Jordan Borean2019-03-111-1/+1
* win_chocolatey - add ability to pin a package (#53157)Jordan Borean2019-03-051-0/+95
* win_chocolatey - fix beta version parsing (#52601)Jordan Borean2019-02-201-1/+9
* win_chocolatey: Fix hang on missing/required base env vars (#51154)John Nelson2019-01-221-0/+1
* win_chocolatey - move over to AnsibleModule and add allow_multiple (#48370)Jordan Borean2018-11-141-121/+190
* ps-lint: ignore rules that are not relevant to Ansible (#46376)Jordan Borean2018-10-041-9/+0
* win_chocolatey: fix regression around using all as a package name (#43483)Jordan Borean2018-08-061-8/+11
* win_chocolatey: refactor module to fix bugs and add new features (#43013)Jordan Borean2018-07-241-427/+460
* JM: allow choco to install 32 bit version (#42946)Jez McKinley2018-07-191-4/+16
* win_chocolatey: add TLSv1.2 support for install phase (#41992)Jordan Borean2018-07-131-1/+10
* win_chocolatey: always return the rc return value (#41883)Jordan Borean2018-06-251-0/+1
* windows: removed deprecated features in 2.6 (#38930)Jordan Borean2018-04-261-26/+1
* added parameter for allowing prerelease packages in win_chocolatey for #33243...Andreas Mosti2018-03-211-3/+18
* Remove toLower on source (#31983)Morgan Kesler2017-10-231-4/+0
* win_chocolatey: fixes for proxy support (#28809)Jordan Borean2017-08-291-54/+44
* win_chocolatey Important fix for non-zero return codes (#28756)Dag Wieers2017-08-291-181/+204
* Add win_chocolatey proxy support (#21886) (#22515)Pierre Templier2017-08-291-2/+62
* Use ChocolateyInstall env variable after installation (#27812)Nathan Hyde2017-08-111-1/+24
* fix win_chocolatey syntax errorsMatt Davis2017-07-121-4/+4
* win_chocolatey: Add -skip-scripts support (#26523)Dag Wieers2017-07-101-9/+34
* win_chocolatey: Ensure chocolatey to fail (#26416)Dag Wieers2017-07-051-2/+2
* win_chocolatey: Fix updating 'all' packages (#26417)Dag Wieers2017-07-051-0/+4
* Add warning message when Chocolatey was installed (#25918)Dag Wieers2017-06-271-1/+2
* win_chocolatey: Perform exact presence check (#23098)Dag Wieers2017-04-041-2/+2
* win_chocolatey: Fix state=latest when absent (#23041)Dag Wieers2017-03-281-11/+3
* win_chocolatey: Add check-mode support (#22501)Dag Wieers2017-03-141-29/+38
* Fixes idempotency issue when upgrading chocolatey packages (#21476)Angus Williams2017-03-061-2/+2
* fix conflicts in win_chocolatey execution_timeout (#22182)Matt Davis2017-03-011-9/+46
* Typo in Add-DeprecationWarning call (#22168)Dag Wieers2017-03-011-2/+2
* win_chocolatey: Add integration tests (#21930)Dag Wieers2017-02-271-2/+2
* win_chocolatey: Clean up parameter handling (#21533)Dag Wieers2017-02-241-81/+85
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+371