summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_dns_managed_zone/tasks/main.yml
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-07-12 12:11:23 -0700
committerjctanner <tanner.jc@gmail.com>2019-07-12 15:11:22 -0400
commit6fb7a2b7ccdeeea8a474565e1e2012692508ce31 (patch)
treef69c8a0aacf379926a9dad5eb5f071cbd70a76ac /test/integration/targets/gcp_dns_managed_zone/tasks/main.yml
parent5cd0e2f19f0e592897c23a515a4750a3bf1bd569 (diff)
downloadansible-6fb7a2b7ccdeeea8a474565e1e2012692508ce31.tar.gz
Bug fixes for GCP modules (#58903)
Diffstat (limited to 'test/integration/targets/gcp_dns_managed_zone/tasks/main.yml')
-rw-r--r--test/integration/targets/gcp_dns_managed_zone/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_dns_managed_zone/tasks/main.yml b/test/integration/targets/gcp_dns_managed_zone/tasks/main.yml
index e274a38063..3b6c1d6797 100644
--- a/test/integration/targets/gcp_dns_managed_zone/tasks/main.yml
+++ b/test/integration/targets/gcp_dns_managed_zone/tasks/main.yml
@@ -82,7 +82,6 @@
assert:
that:
- result.changed == true
- - result.has_key('kind') == False
- name: verify that managed_zone was deleted
gcp_dns_managed_zone_facts:
dns_name: test.somewild2.example.com.
@@ -111,4 +110,3 @@
assert:
that:
- result.changed == false
- - result.has_key('kind') == False