Add api_url in github_key module (#10191)

* github_key: add api_url parameter for GitHub Enterprise support

* github_key: add tests

* Add changelog

* Review fixes: remove test from CI & fix version

---------

Co-authored-by: Aleksei Loginov <aloginov@drwholdings.com>
This commit is contained in:
Aleksei Loginov
2025-06-06 06:15:47 +02:00
committed by GitHub
parent ce1dd0c78f
commit 97e386f85b
5 changed files with 100 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- github_key - add ``api_url`` parameter to support GitHub Enterprise Server installations (https://github.com/ansible-collections/community.general/pull/10191).