mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-10 02:49:10 -07:00
the last of the fixes
This commit is contained in:
parent
2abb508e2d
commit
ab270a08dc
3 changed files with 6 additions and 3 deletions
|
@ -288,7 +288,8 @@ class GcpModule(AnsibleModule):
|
|||
scopes=dict(
|
||||
required=False,
|
||||
fallback=(env_fallback, ['GCP_SCOPES']),
|
||||
type='list'),
|
||||
type='list',
|
||||
elements='str'),
|
||||
env_type=dict(
|
||||
required=False,
|
||||
fallback=(env_fallback, ['GCP_ENV_TYPE']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue