Update ansible.cfg for correct callback call for AAP

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

View File

@ -1,2 +1,3 @@
[defaults]
callback_whitelist = profile_roles, profile_tasks, timer
# callback_whitelist = profile_roles, profile_tasks, timer
callbacks_enabled = profile_roles, profile_tasks, timer

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
...