gitlab_*_access_token: handle revoked field in group and project access tokens (#10196)

fix(gitlab): handle `revoked` field in group and project access tokens
This commit is contained in:
Massimo Gengarelli
2025-06-06 06:16:54 +02:00
committed by GitHub
parent 97e386f85b
commit b86e4af103
6 changed files with 118 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "gitlab_group_access_token, gitlab_project_access_token - fix handling of group and project access tokens for changes in GitLab 17.10 (https://github.com/ansible-collections/community.general/pull/10196)."