mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-24 23:46:32 +00:00
Bug fixes for GCP modules (#55975)
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
- name: verify that command succeeded
|
||||
assert:
|
||||
that:
|
||||
- results['items'] | length == 1
|
||||
- results['resources'] | length == 1
|
||||
# ----------------------------------------------------------------------------
|
||||
- name: create a target https proxy that already exists
|
||||
gcp_compute_target_https_proxy:
|
||||
@@ -165,7 +165,7 @@
|
||||
- name: verify that command succeeded
|
||||
assert:
|
||||
that:
|
||||
- results['items'] | length == 0
|
||||
- results['resources'] | length == 0
|
||||
# ----------------------------------------------------------------------------
|
||||
- name: delete a target https proxy that does not exist
|
||||
gcp_compute_target_https_proxy:
|
||||
|
||||
Reference in New Issue
Block a user