mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
vultr: fix for unreliable API behavior (#45712)
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
that:
|
||||
- result is success
|
||||
|
||||
# Servers can only be destroyed 5 min after creation
|
||||
- name: wait for 5 min
|
||||
local_action: wait_for
|
||||
when: result is changed
|
||||
|
||||
- name: test fail if missing name
|
||||
vultr_server:
|
||||
register: result
|
||||
|
||||
Reference in New Issue
Block a user