Update requirements.yml to pin specific version of collections #6

Merged
chris merged 1 commits from testing into main 2024-02-29 18:51:13 -05:00
Showing only changes of commit 292e287057 - Show all commits

View File

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