From 1dbbb3c70cac8eb9f10691193e4caf83bcd5c77e Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Tue, 8 Nov 2016 10:25:02 -0500 Subject: [PATCH] Increase timeout sine sometimes elevation prompt times out too quickly --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index f344115..930e582 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,7 @@ ask_sudo_pass = False remote_tmp = /tmp/${USER}/ansible nocows = 1 +timeout = 60 # Inventory inventory = hosts