update ansible.cfg; comment out collections to verify builtin profiling capabilities

This commit is contained in:
Chris Hammer 2023-05-04 16:37:01 -04:00
parent 50f0e888fe
commit d6e28721fe
2 changed files with 5 additions and 3 deletions

2
ansible.cfg Normal file
View File

@ -0,0 +1,2 @@
[defaults]
callback_whitelist = profile_roles, profile_tasks, timer

View File

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