We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e1779c + f23be23 commit 903e22cCopy full SHA for 903e22c
ansible/adhoc/rebuild.yml
@@ -16,3 +16,6 @@
16
- command: "openstack server rebuild {{ instance_id | default(inventory_hostname) }}{% if rebuild_image is defined %} --image {{ rebuild_image }}{% endif %}"
17
delegate_to: localhost
18
- wait_for_connection:
19
+ delay: 60
20
+ timeout: 600
21
+
0 commit comments