Skip to content

Commit

Permalink
Fix tests on travis
Browse files Browse the repository at this point in the history
Try to fix weird error that occur only on travis: "ERROR! failed to
resolve remote temporary directory from ansible-tmp-1453475117.18..."
  • Loading branch information
philpep committed Jan 23, 2016
1 parent 86ddcf5 commit 45f11be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[defaults]
host_key_checking=false
transport=ssh
host_key_checking=False

[ssh_connection]
pipelining=True

0 comments on commit 45f11be

Please sign in to comment.