Bug fixes for GCP modules (#55976)

This commit is contained in:
The Magician 2019-05-28 10:43:19 -07:00 committed by ansibot
commit a837cc5694
24 changed files with 398 additions and 105 deletions

View file

@ -73,7 +73,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length >= 1
- results['resources'] | length >= 1
# ----------------------------------------------------------------------------
- name: create a instance that already exists
gcp_redis_instance:
@ -132,7 +132,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length == 0
- results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a instance that does not exist
gcp_redis_instance: