Update ansible.cfg for correct callback call for AAP

Update collections/requirements.yml to include additional collections
This commit is contained in:
2023-06-16 16:39:04 -04:00
parent 59d361a8cc
commit c280143d02
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,9 @@
---
collections:
# Official/Community collections
# - name: ansible.posix
- name: ansible.posix
- name: community.general
# - name: community.crypto
- name: community.crypto
...