From 7636f36a8a1fce40c57c257d13a4e14b4cb9e62b Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Wed, 15 May 2019 21:08:58 -0500 Subject: [PATCH] gcp_compute_target_proxy does not exist, update deprecated redirect (#56496) --- lib/ansible/modules/cloud/google/_gcp_target_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/google/_gcp_target_proxy.py b/lib/ansible/modules/cloud/google/_gcp_target_proxy.py index ecc3f93c27..67c497c947 100644 --- a/lib/ansible/modules/cloud/google/_gcp_target_proxy.py +++ b/lib/ansible/modules/cloud/google/_gcp_target_proxy.py @@ -29,7 +29,7 @@ requirements: deprecated: removed_in: "2.12" why: Updated modules released with increased functionality - alternative: Use M(gcp_compute_target_proxy) instead. + alternative: Use M(gcp_compute_target_http_proxy) instead. notes: - Currently only supports global HTTP proxy. author: