feat: add collections requirement
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-20 09:24:53 +02:00
commit d12faeace5

8
requirements.yml Normal file
View file

@ -0,0 +1,8 @@
---
# collections
collections:
- name: "ansible.posix"
version: "2.2.0"
- name: "community.general"
version: "13.0.0"