summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gcp_compute_instance_group_manager
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-08-06 00:26:14 +0200
committeransibot <ansibot@users.noreply.github.com>2019-08-06 00:26:14 +0200
commit820cfbbb77a74ac8b95b696a292707da38b4ee75 (patch)
tree4bc972d68591dca344c3ccdf05fcbf546ca1cb06 /test/integration/targets/gcp_compute_instance_group_manager
parentBug fixes for GCP modules (#60090) (diff)
downloadansible-820cfbbb77a74ac8b95b696a292707da38b4ee75.tar.xz
ansible-820cfbbb77a74ac8b95b696a292707da38b4ee75.zip
Bug fixes for GCP modules (#60089)
Diffstat (limited to 'test/integration/targets/gcp_compute_instance_group_manager')
-rw-r--r--test/integration/targets/gcp_compute_instance_group_manager/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_instance_group_manager/tasks/main.yml b/test/integration/targets/gcp_compute_instance_group_manager/tasks/main.yml
index 961b07952e..1ce66abe35 100644
--- a/test/integration/targets/gcp_compute_instance_group_manager/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_instance_group_manager/tasks/main.yml
@@ -79,7 +79,6 @@
assert:
that:
- result.changed == true
- - "result.kind == 'compute#instanceGroupManager'"
- name: verify that instance_group_manager was created
gcp_compute_instance_group_manager_facts:
filters:
@@ -112,7 +111,6 @@
assert:
that:
- result.changed == false
- - "result.kind == 'compute#instanceGroupManager'"
#----------------------------------------------------------
- name: delete a instance group manager
gcp_compute_instance_group_manager: