mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
Update gcp_compute_instance_facts.py (#56581)
swapped dot inside brackets leading to wrong url
This commit is contained in:
committed by
Alicia Cozine
parent
abca3f1956
commit
2a90cbd247
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user