From 430d1f16301e4ccc8d4014cecc416f680a29fb32 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 2 May 2023 14:40:24 -0400 Subject: [PATCH] Add 'ansible.cfg' --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..0a239fd --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +bin_ansible_callbacks = True +callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer