From e9400e9ba5a3082182fb138c0a6f0203ae3f07c1 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 20 Jul 2015 12:27:18 -0400 Subject: [PATCH] added commented out callback options --- examples/ansible.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 2481f01f0dd..2b68ad9e7ea 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -38,8 +38,10 @@ gathering = implicit # uncomment this to disable SSH key host checking #host_key_checking = False +# change the default callback +#callback_stdout = skippy # enable additional callbacks -#callback_whitelist = timer +#callback_whitelist = timer, mail # change this for alternative sudo implementations sudo_exe = sudo