mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update package installation warning (#23641)
Github_release requires github3.py==1.0.0a4, update warning for the same. Fixes https://github.com/ansible/ansible/issues/23626 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -91,7 +91,8 @@ def main():
|
||||
)
|
||||
|
||||
if not HAS_GITHUB_API:
|
||||
module.fail_json(msg='Missing requried github3 module (check docs or install with: pip install github3)')
|
||||
module.fail_json(msg='Missing required github3 module (check docs or '
|
||||
'install with: pip install github3.py==1.0.0a4)')
|
||||
|
||||
repo = module.params['repo']
|
||||
user = module.params['user']
|
||||
|
||||
Reference in New Issue
Block a user