From 7ca2cab1b62f091aa8b7777a14e351b26e215890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o?= <theo@le-filament.com> Date: Wed, 16 Nov 2022 16:46:58 +0100 Subject: [PATCH] fix: increase time limite of GitLab APT installation --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 732b451..99bac2c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -26,7 +26,7 @@ package: name: "{{ packages_to_install }}" state: latest - async: 120 + async: 300 poll: 10 when: not ansible_check_mode -- GitLab