mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-25 20:31:24 -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
|
@ -109,7 +109,7 @@ def main():
|
|||
)
|
||||
)
|
||||
|
||||
if 'scopes' not in module.params:
|
||||
if not module.params['scopes']:
|
||||
module.params['scopes'] = ['https://www.googleapis.com/auth/sqlservice.admin']
|
||||
|
||||
items = fetch_list(module, collection(module))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue