Skip to content

Commit 66786ec

Browse files
authored
Update ansible.cfg with timeout parameter. (#289)
Sometimes the task execution fails with below error; ` "msg": "ERROR! Timeout (12s) waiting for privilege escalation prompt: " ` Increasing the default timeout to 60s in ansible.cfg solves the issue.
1 parent 2ed5914 commit 66786ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deprecation_warnings=False
1111
retry_files_enabled = False
1212
command_warnings = False
1313
callback_whitelist = profile_roles
14+
timeout=60
1415

1516
[ssh_connection]
1617
pipelining = True

0 commit comments

Comments
 (0)