diff --git a/ansible.cfg b/ansible.cfg index 769f2dcc6..d1741836a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -9,3 +9,4 @@ fact_caching = jsonfile fact_caching_connection = /tmp stdout_callback = skippy library = ./library +callback_whitelist = profile_tasks diff --git a/tests/ansible.cfg b/tests/ansible.cfg index af14679fe..bf198f62e 100644 --- a/tests/ansible.cfg +++ b/tests/ansible.cfg @@ -6,3 +6,5 @@ host_key_checking=False gathering = smart fact_caching = jsonfile fact_caching_connection = /tmp +stdout_callback = skippy +callback_whitelist = profile_tasks