diff --git a/ansible.cfg b/ansible.cfg index c8bef05..bf6324b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 diff --git a/collections/requirements.yml b/collections/requirements.yml index f3accde..6c4c45b 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,9 +1,9 @@ --- collections: # Official/Community collections - # - name: ansible.posix + - name: ansible.posix - name: community.general - # - name: community.crypto + - name: community.crypto ...