Skip to content

Commit

Permalink
Merge pull request #483 from stackhpc/fix/adhoc-rebuild
Browse files Browse the repository at this point in the history
Fix adhoc/rebuild wait_for_connection race condition
  • Loading branch information
bertiethorpe authored Nov 20, 2024
2 parents e44e084 + 53e43c2 commit f23be23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/adhoc/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f23be23

Please sign in to comment.