From a41caf722d7e3ac18c6f623dcc53a9aa2978d332 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 29 Jun 2015 13:26:18 -0400 Subject: [PATCH] added example of whitelisted callback --- examples/ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 85eada17cc8..3800a9ea464 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -38,6 +38,9 @@ gathering = implicit # uncomment this to disable SSH key host checking #host_key_checking = False +# enable additional callbacks +#callback_whitelist = timer + # change this for alternative sudo implementations sudo_exe = sudo