mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -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
|
@ -167,7 +167,7 @@ def main():
|
|||
)
|
||||
)
|
||||
|
||||
if 'scopes' not in module.params:
|
||||
if not module.params['scopes']:
|
||||
module.params['scopes'] = ['https://www.googleapis.com/auth/compute']
|
||||
|
||||
items = fetch_list(module, collection(module), query_options(module.params['filters']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue