mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
make the max wait time for an instance be 10 minutes for copr builders
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
local_action: add_host hostname=${inst_res.instances[0].public_ip} groupname=builder_temp_group
|
||||
|
||||
- name: wait for the host to be hot
|
||||
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=5 timeout=300
|
||||
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=5 timeout=600
|
||||
|
||||
|
||||
- hosts: builder_temp_group
|
||||
|
||||
Reference in New Issue
Block a user