ansible/test/integration/targets/win_chocolatey/defaults/main.yml
Jordan Borean 93c05074ee
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
2018-07-24 07:52:13 +10:00

9 lines
383 B
YAML

---
test_choco_path: '{{ win_output_dir }}\win_chocolatey'
test_choco_source: '{{ test_choco_path }}\packages'
test_choco_source2: '{{ test_choco_path }}\packages2' # used to verify source works with the source name and not just the path
test_choco_package1: ansible
test_choco_package2: ansible-test
test_choco_packages:
- '{{ test_choco_package1 }}'
- '{{ test_choco_package2 }}'