From d532ce522223ae78dc6697d5bd07ae960acaa830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Wed, 10 May 2023 15:10:15 +0200 Subject: [PATCH] fix: increase APT timeout --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 99bac2c..8df3c5e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -26,7 +26,7 @@ package: name: "{{ packages_to_install }}" state: latest - async: 300 + async: 900 poll: 10 when: not ansible_check_mode -- GitLab