diff --git a/ansible.cfg b/ansible.cfg index ae0c13a..109f91d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,8 +8,8 @@ inventory = ./inventory/ forks = 5 retry_files_enabled = False interpreter_python = auto -callback_whitelist = ansible.posix.profile_tasks +callback_whitelist = ansible.posix.profile_tasks,ansible.posix.profile_roles [ssh_connection] -# pipelining = true +pipelining = true # ssh_args = -o ControlMaster=auto