the last of the fixes

This commit is contained in:
Alex Stephen 2020-08-05 17:48:31 -07:00
parent 2abb508e2d
commit ab270a08dc
3 changed files with 6 additions and 3 deletions

View file

@ -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']),