mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added commented out callback options
This commit is contained in:
parent
6bff315ed8
commit
e9400e9ba5
1 changed files with 3 additions and 1 deletions
|
@ -38,8 +38,10 @@ gathering = implicit
|
||||||
# uncomment this to disable SSH key host checking
|
# uncomment this to disable SSH key host checking
|
||||||
#host_key_checking = False
|
#host_key_checking = False
|
||||||
|
|
||||||
|
# change the default callback
|
||||||
|
#callback_stdout = skippy
|
||||||
# enable additional callbacks
|
# enable additional callbacks
|
||||||
#callback_whitelist = timer
|
#callback_whitelist = timer, mail
|
||||||
|
|
||||||
# change this for alternative sudo implementations
|
# change this for alternative sudo implementations
|
||||||
sudo_exe = sudo
|
sudo_exe = sudo
|
||||||
|
|
Loading…
Reference in a new issue