mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-01 05:53:26 -07:00
* Added new module github_repo
* Fixed sanity errors
* Fixed sanity errors
* Unit tests for github_repo module
* Fixed import-before-documentation
* Added PyGithub dependency for unit tests
* Fixed errata
* Require Python >= 2.7
* Support for check_mode and other improvements
* Fixed import-before-documentation
* Improved module parameter requirements, check mode and docs
* Code improvements
* Fixed version tag
(cherry picked from commit 53c6b49673
)
Co-authored-by: Álvaro Torres Cogollo <atorrescogollo@gmail.com>
This commit is contained in:
parent
9c5461dc12
commit
a67ee6cead
5 changed files with 497 additions and 1 deletions
|
@ -11,8 +11,9 @@ redis
|
|||
linode-python # APIv3
|
||||
linode_api4 ; python_version > '2.6' # APIv4
|
||||
|
||||
# requirement for the gitlab module
|
||||
# requirement for the gitlab and github modules
|
||||
python-gitlab
|
||||
PyGithub
|
||||
httmock
|
||||
|
||||
# requirement for maven_artifact module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue