aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/requirements.yml
blob: 97288bded64c1c98092dc684a828dd3c79631b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
---
collections:
  - name: community.general
    version: ">=12.2.0"
  - name: community.proxmox
    version: ">=1.5.0"
  - name: ansible.posix
    version: ">=2.2.0"
  - name: openstack.cloud
    version: ">=2.5.0"
...