diff options
Diffstat (limited to 'ansible_collections/community/windows/tests/requirements.yml')
-rw-r--r-- | ansible_collections/community/windows/tests/requirements.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible_collections/community/windows/tests/requirements.yml b/ansible_collections/community/windows/tests/requirements.yml new file mode 100644 index 00000000..4f4960eb --- /dev/null +++ b/ansible_collections/community/windows/tests/requirements.yml @@ -0,0 +1,6 @@ +collections: +- name: ansible.windows +- name: chocolatey.chocolatey + # Chocolatey 1.3.0 broke compatibiltiy wtih WinPS 3 and 4 so we are stuck with 1.2.0 + # https://github.com/chocolatey/chocolatey-ansible/issues/96 + version: <1.3.0
\ No newline at end of file |