mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
chore(ansible): commit less time to async tasks
This commit is contained in:
parent
98c1803bfa
commit
1214eda797
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue