From d6e28721fe5a2e25bb2894f4269a1807046e4a3a Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 4 May 2023 16:37:01 -0400 Subject: [PATCH] update ansible.cfg; comment out collections to verify builtin profiling capabilities --- ansible.cfg | 2 ++ collections/requirements.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..1d618a1 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults]
 +callback_whitelist = profile_roles, profile_tasks, timer diff --git a/collections/requirements.yml b/collections/requirements.yml index 6c4c45b..d17b997 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,9 +1,9 @@ --- collections: # Official/Community collections - - name: ansible.posix - - name: community.general - - name: community.crypto + # - name: ansible.posix + # - name: community.general + # - name: community.crypto ...