From 2615805da250e45a891ac538cc7d89d06ababa41 Mon Sep 17 00:00:00 2001 From: "R. P. Taylor" <1686627+rptaylor@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:19:24 -0700 Subject: [PATCH] Increase ansible timeout to 300 (#11354) --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 48a3ff01b..e79523783 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -11,6 +11,7 @@ gathering = smart fact_caching = jsonfile fact_caching_connection = /tmp fact_caching_timeout = 86400 +timeout = 300 stdout_callback = default display_skipped_hosts = no library = ./library