Bug fixes for GCP modules (#55975)

This commit is contained in:
The Magician 2019-05-20 11:43:58 -07:00 committed by ansibot
parent e598eeeebe
commit d4b29e7838
23 changed files with 57 additions and 57 deletions

View file

@ -76,7 +76,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length == 1
- results['resources'] | length == 1
# ----------------------------------------------------------------------------
- name: create a router that already exists
gcp_compute_router:
@ -139,7 +139,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length == 0
- results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a router that does not exist
gcp_compute_router: