From 2a995fd4a8b39d990aa31d9c44efa2c652ebfa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Thu, 29 Jun 2023 21:23:51 +0200 Subject: [PATCH] timeout 5 -> 60 --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 47ae8e4..a3adc21 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,7 +2,7 @@ host_key_checking = False inventory = ./inventory/inventory.yml log_path = log/ansible.log -timeout = 5 +timeout = 60 deprecation_warnings = False command_warnings = False interpreter_python = auto_legacy_silent