mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Fix typo in documentation (#577)
This commit is contained in:
parent
d1277f829b
commit
75f3198605
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ DOCUMENTATION = """
|
||||||
description: >
|
description: >
|
||||||
A list of filter value pairs. Available filters are listed here
|
A list of filter value pairs. Available filters are listed here
|
||||||
U(https://cloud.google.com/compute/docs/reference/rest/v1/instances/aggregatedList).
|
U(https://cloud.google.com/compute/docs/reference/rest/v1/instances/aggregatedList).
|
||||||
Each additional filter in the list will act be added as an AND condition
|
Each additional filter in the list will be added as an AND condition
|
||||||
(filter1 and filter2)
|
(filter1 and filter2)
|
||||||
type: list
|
type: list
|
||||||
hostnames:
|
hostnames:
|
||||||
|
|
Loading…
Add table
Reference in a new issue