Add options to ansible.cfg

stdout_callback = skippy
callback_whitelist = profile_tasks

Change-Id: I9eddb96e13371d587d4313490e83b1ee7a97a86b
This commit is contained in:
Sergii Golovatiuk 2017-02-15 17:10:49 +01:00
parent 51a9997204
commit 46477c2c4b
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ gathering=smart
fact_caching=jsonfile
fact_caching_connection=/tmp/kargocache
fact_caching_seconds=14400
stdout_callback = skippy
callback_whitelist = profile_tasks