diff --git a/tests/ansible.cfg b/tests/ansible.cfg index 0e90c03143..3ee9b5a367 100644 --- a/tests/ansible.cfg +++ b/tests/ansible.cfg @@ -5,7 +5,4 @@ host_key_checking = False deprecation_warnings = False interpreter_python = auto_silent callback_whitelist = profile_tasks - -[galaxy] -server = https://old-galaxy.ansible.com/ -;server = https://galaxy.ansible.com/ +callbacks_enabled=ansible.posix.profile_tasks