gitlab_*_access_token: add missing scopes (#10785)

Over time, GitLab added extra scopes to the API. I'm in here to add
self_rotate, but may as well add all other missing scopes while I'm
here.
This commit is contained in:
David Phillips 2025-09-04 07:40:06 +12:00 committed by GitHub
commit aed763dae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- gitlab_group_access_token - add missing scopes (https://github.com/ansible-collections/community.general/pull/10785).
- gitlab_project_access_token - add missing scopes (https://github.com/ansible-collections/community.general/pull/10785).