fixes for ansible.cfg

This commit is contained in:
Chris Hammer
2022-02-10 05:32:54 -05:00
parent 23baba9931
commit 40c3946af5

View File

@ -16,7 +16,7 @@ host_key_checking = False
display_skipped_hosts = False display_skipped_hosts = False
interpreter_python = auto_silent interpreter_python = auto_silent
bin_ansible_callbacks = True bin_ansible_callbacks = True
callback_whitelist = profile_tasks callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
deprecation_warnings = False deprecation_warnings = False
command_warnings = False command_warnings = False