20 lines
468 B
YAML
20 lines
468 B
YAML
---
|
|
roles: []
|
|
|
|
collections:
|
|
# Install a collection from Ansible Galaxy.
|
|
- name: community.general
|
|
version: '>=6.1.0,<7.0.0'
|
|
source: https://galaxy.ansible.com
|
|
- name: chocolatey.chocolatey
|
|
version: '>=1.4.0,<2.0.0'
|
|
source: https://galaxy.ansible.com
|
|
- name: ansible.windows
|
|
version: '>=1.13.0,<2.0.0'
|
|
source: https://galaxy.ansible.com
|
|
- name: community.windows
|
|
version: '>=1.12.0,<2.0.0'
|
|
source: https://galaxy.ansible.com
|
|
|
|
|