mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
Changed scopes defaults on Facts modules
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
8264deeb9c
commit
f20f73a030
20 changed files with 55 additions and 20 deletions
|
@ -375,7 +375,7 @@ def main():
|
|||
)
|
||||
)
|
||||
|
||||
if 'scopes' not in module.params:
|
||||
if not module.params['scopes']:
|
||||
module.params['scopes'] = ['https://www.googleapis.com/auth/cloud-platform']
|
||||
|
||||
items = fetch_list(module, collection(module))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue