Update requirements.yml to pin specific version of collections; AAP is still hanging on collection fetch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2024-02-29 18:50:28 -05:00
parent 315afec091
commit 292e287057

View File

@ -8,6 +8,9 @@ collections:
# Galaxy Collections # Galaxy Collections
- name: community.general - name: community.general
version: 8.4.0
- name: ansible.posix - name: ansible.posix
version: 1.5.4
... ...