summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_instance_template/tasks/main.yml
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-08-05 15:26:14 -0700
committeransibot <ansibot@users.noreply.github.com>2019-08-05 18:26:14 -0400
commit820cfbbb77a74ac8b95b696a292707da38b4ee75 (patch)
tree4bc972d68591dca344c3ccdf05fcbf546ca1cb06 /test/integration/targets/gcp_compute_instance_template/tasks/main.yml
parent8241fd88de5a8150f0c2c7f3eed2cc28796d96ef (diff)
downloadansible-820cfbbb77a74ac8b95b696a292707da38b4ee75.tar.gz
Bug fixes for GCP modules (#60089)
Diffstat (limited to 'test/integration/targets/gcp_compute_instance_template/tasks/main.yml')
-rw-r--r--test/integration/targets/gcp_compute_instance_template/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_instance_template/tasks/main.yml b/test/integration/targets/gcp_compute_instance_template/tasks/main.yml
index 6d0fcf42d7..9d5f809ff9 100644
--- a/test/integration/targets/gcp_compute_instance_template/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_instance_template/tasks/main.yml
@@ -76,7 +76,6 @@
assert:
that:
- result.changed == true
- - "result.kind == 'compute#instanceTemplate'"
- name: verify that instance_template was created
gcp_compute_instance_template_facts:
filters:
@@ -117,7 +116,6 @@
assert:
that:
- result.changed == false
- - "result.kind == 'compute#instanceTemplate'"
#----------------------------------------------------------
- name: delete a instance template
gcp_compute_instance_template: