diff options
Diffstat (limited to 'ansible_collections/community/windows/tests/requirements.yml')
-rw-r--r-- | ansible_collections/community/windows/tests/requirements.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ansible_collections/community/windows/tests/requirements.yml b/ansible_collections/community/windows/tests/requirements.yml index 4f4960ebd..d3c5aea88 100644 --- a/ansible_collections/community/windows/tests/requirements.yml +++ b/ansible_collections/community/windows/tests/requirements.yml @@ -1,6 +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 + - 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 |