mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
docs: Update scopes value example (#56362)
Existing example in GCE guide returns "invalid scope" error; value needs "https://" prefix
This commit is contained in:
@@ -95,7 +95,7 @@ you can use the following configuration:
|
|||||||
project: my-project
|
project: my-project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
scopes:
|
scopes:
|
||||||
- www.googleapis.com/auth/compute
|
- https://www.googleapis.com/auth/compute
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user