vultr: fix for unreliable API behavior (#45712)

This commit is contained in:
René Moser
2018-09-19 00:01:53 +02:00
committed by GitHub
parent 22986648dc
commit 1ed3bd9168
3 changed files with 9 additions and 9 deletions

View File

@@ -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