From 9721c4045b15462bceb365c2b0a5b02c1b652145 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 9 Jul 2019 11:35:26 -0700 Subject: Bug fixes for GCP modules (#58849) --- test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/integration/targets/gcp_compute_target_tcp_proxy/tasks') diff --git a/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml index 5ad77de1cb..9c0713c115 100644 --- a/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml +++ b/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml @@ -42,7 +42,7 @@ gcp_compute_backend_service: name: backendservice-targettcpproxy backends: - - group: "{{ instancegroup }}" + - group: "{{ instancegroup.selfLink }}" health_checks: - "{{ healthcheck.selfLink }}" protocol: TCP @@ -159,7 +159,7 @@ gcp_compute_backend_service: name: backendservice-targettcpproxy backends: - - group: "{{ instancegroup }}" + - group: "{{ instancegroup.selfLink }}" health_checks: - "{{ healthcheck.selfLink }}" protocol: TCP -- cgit v1.2.1