From 1214eda79716e318a055d930c9b569469e6c90a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Sun, 26 May 2024 19:04:10 +0000 Subject: [PATCH] chore(ansible): commit less time to async tasks --- anvil/ansible/playbooks/project_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anvil/ansible/playbooks/project_build.yml b/anvil/ansible/playbooks/project_build.yml index 2ed01af..f5e0d81 100644 --- a/anvil/ansible/playbooks/project_build.yml +++ b/anvil/ansible/playbooks/project_build.yml @@ -22,7 +22,7 @@ extra_args: "{{ forge_container_extra_args | default([]) | join(' ') }}" pull: false push: true - async: 1800 + async: 900 poll: 0 register: __podman_image @@ -31,7 +31,7 @@ jid: "{{ __podman_image.ansible_job_id }}" register: __job_result until: __job_result.finished - retries: 1800 + retries: 900 delay: 1 - name: INFO | Result from container image build