From 2a90cbd247b3202bfb37b76add62040eb915381a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EM=2E=20Fern=C3=A1ndez?= Date: Mon, 20 May 2019 21:22:38 +0200 Subject: [PATCH] Update gcp_compute_instance_facts.py (#56581) swapped dot inside brackets leading to wrong url --- lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py index aa45de39428..870c522ef7f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py @@ -42,7 +42,7 @@ requirements: options: filters: description: - - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.) + - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . zone: