mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-24 05:40:33 -07:00
replacing the items key with the resources key (#239)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
39cf4ccae0
commit
c301d3b4ae
61 changed files with 173 additions and 173 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue