From 5fd196d280b069a1e461dd7bc070d8ccc5164fdf Mon Sep 17 00:00:00 2001 From: Bruno Lavoie Date: Thu, 3 Jul 2025 11:45:41 -0400 Subject: [PATCH] Fix issue #10299 --- changelogs/fragments/10299-github_app_access_token-lookup.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/10299-github_app_access_token-lookup.yml diff --git a/changelogs/fragments/10299-github_app_access_token-lookup.yml b/changelogs/fragments/10299-github_app_access_token-lookup.yml new file mode 100644 index 0000000000..16a1e31524 --- /dev/null +++ b/changelogs/fragments/10299-github_app_access_token-lookup.yml @@ -0,0 +1,4 @@ +bugfixes: + - github_app_access_token lookup plugin - avoid using jwt library requirement that conflicts with other modules requirements (https://github.com/ansible-collections/community.general/issues/10299) +breaking_changes: + - github_app_access_token lookup plugin - depends now on pyjwt rather than jwt (https://github.com/ansible-collections/community.general/issues/10299)