From c280143d027c7324cf4ea9d34697785f1d978e19 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 16 Jun 2023 16:39:04 -0400 Subject: [PATCH] Update ansible.cfg for correct callback call for AAP Update collections/requirements.yml to include additional collections --- ansible.cfg | 3 ++- collections/requirements.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 ...