Bug fixes for GCP modules (#55974)

This commit is contained in:
The Magician 2019-05-20 11:44:15 -07:00 committed by ansibot
commit 8d82df56ff
23 changed files with 62 additions and 59 deletions

View file

@ -94,7 +94,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length == 1
- results['resources'] | length == 1
# ----------------------------------------------------------------------------
- name: create a instance group manager that already exists
gcp_compute_instance_group_manager:
@ -145,7 +145,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length == 0
- results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a instance group manager that does not exist
gcp_compute_instance_group_manager: