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