Skip to content

Commit

Permalink
wait for not installbooting
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 2, 2024
1 parent 022ce27 commit 3c91bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/targets/snapshot/tasks/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
plan: "{{ vultr_instance.plan }}"
region: "{{ vultr_instance.region }}"
os: "{{ vultr_instance.os }}"
register: result
until: 'result.vultr_instance.server_status != "installingbooting"'
retries: 20
delay: 6

- ansible.builtin.include_tasks: present.yml
with_items: "{{ vultr_snapshots }}"
Expand Down

0 comments on commit 3c91bd6

Please sign in to comment.