issue #426: disable Ansible smart transport.

issue510
David Wilson 6 years ago
parent 49d37bfa2d
commit 9d87f03ab4

@ -12,6 +12,9 @@ retry_files_enabled = False
display_args_to_stdout = True
forks = 100
# On MacOS, "smart" with a password set causes Ansible to use paramiko.
transport = ssh
no_target_syslog = True
# Required by integration/ssh/timeouts.yml

Loading…
Cancel
Save