increase apt timeout
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7m58s Details

This commit is contained in:
Gleb Koval 2023-09-11 01:05:55 +01:00
parent 6dfab582c4
commit 6b2a820282
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
- name: Install some stuff
ansible.builtin.apt:
update_cache: true
lock_timeout: 120
name: qemu-guest-agent
become: true
- name: Enable some stuff