summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_target_ssl_proxy/tasks
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-05-20 11:43:58 -0700
committeransibot <ansibot@users.noreply.github.com>2019-05-20 14:43:57 -0400
commitd4b29e78386247affb4aaeb5367f57fa6ba8b70f (patch)
tree533ff9672bb2708e339b7238d3772f7ec14d17c1 /test/integration/targets/gcp_compute_target_ssl_proxy/tasks
parente598eeeebee5dab45d3f9b292a7593cda8232bdf (diff)
downloadansible-d4b29e78386247affb4aaeb5367f57fa6ba8b70f.tar.gz
Bug fixes for GCP modules (#55975)
Diffstat (limited to 'test/integration/targets/gcp_compute_target_ssl_proxy/tasks')
-rw-r--r--test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
index 915789b169..00215f70f3 100644
--- a/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
@@ -112,7 +112,7 @@
- name: verify that command succeeded
assert:
that:
- - results['items'] | length == 1
+ - results['resources'] | length == 1
# ----------------------------------------------------------------------------
- name: create a target ssl proxy that already exists
gcp_compute_target_ssl_proxy:
@@ -160,7 +160,7 @@
- name: verify that command succeeded
assert:
that:
- - results['items'] | length == 0
+ - results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a target ssl proxy that does not exist
gcp_compute_target_ssl_proxy: