diff --git a/ansible/adhoc/rebuild.yml b/ansible/adhoc/rebuild.yml index c30737fd6..9e7a3a770 100644 --- a/ansible/adhoc/rebuild.yml +++ b/ansible/adhoc/rebuild.yml @@ -16,3 +16,6 @@ - command: "openstack server rebuild {{ instance_id | default(inventory_hostname) }}{% if rebuild_image is defined %} --image {{ rebuild_image }}{% endif %}" delegate_to: localhost - wait_for_connection: + delay: 60 + timeout: 600 +