From 45f11bee88f623c48dc2ab5409843d1181e24c3c Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Sat, 23 Jan 2016 16:50:04 +0100 Subject: [PATCH] Fix tests on travis Try to fix weird error that occur only on travis: "ERROR! failed to resolve remote temporary directory from ansible-tmp-1453475117.18..." --- ansible.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 1677c639..51275176 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,6 @@ [defaults] -host_key_checking=false +transport=ssh +host_key_checking=False + +[ssh_connection] +pipelining=True