mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
added required missing field for common yaml fmt
This commit is contained in:
parent
03cdff340d
commit
e6c4e94687
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ DOCUMENTATION = '''
|
|||
- Get inventory hosts from Google Cloud Platform GCE.
|
||||
- Uses a <name>.gcp.yaml (or <name>.gcp.yml) YAML configuration file.
|
||||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'gcp_compute' plugin.
|
||||
required: True
|
||||
choices: ['gcp_compute']
|
||||
zones:
|
||||
description: A list of regions in which to describe GCE instances.
|
||||
default: all zones available to a given project
|
||||
|
|
Loading…
Add table
Reference in a new issue