summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_subnetwork
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-08-05 15:26:06 -0700
committeransibot <ansibot@users.noreply.github.com>2019-08-05 18:26:06 -0400
commit8241fd88de5a8150f0c2c7f3eed2cc28796d96ef (patch)
treea7f7f817be299feb09c996d5e30836b841410c5e /test/integration/targets/gcp_compute_subnetwork
parentfcc869ab7a7b2e5931c78135768ce64672ceb71b (diff)
downloadansible-8241fd88de5a8150f0c2c7f3eed2cc28796d96ef.tar.gz
Bug fixes for GCP modules (#60090)
Diffstat (limited to 'test/integration/targets/gcp_compute_subnetwork')
-rw-r--r--test/integration/targets/gcp_compute_subnetwork/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_subnetwork/tasks/main.yml b/test/integration/targets/gcp_compute_subnetwork/tasks/main.yml
index 6a865a7fa6..a1e8672f20 100644
--- a/test/integration/targets/gcp_compute_subnetwork/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_subnetwork/tasks/main.yml
@@ -48,7 +48,6 @@
assert:
that:
- result.changed == true
- - "result.kind == 'compute#subnetwork'"
- name: verify that subnetwork was created
gcp_compute_subnetwork_facts:
filters:
@@ -80,7 +79,6 @@
assert:
that:
- result.changed == false
- - "result.kind == 'compute#subnetwork'"
#----------------------------------------------------------
- name: delete a subnetwork
gcp_compute_subnetwork: