mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
Fixed error handling in github_issue module (#39652)
* Fixed error handling in github_issue module Due to recent changes in github3.py library module stopped working. This fix adds extra error handling for new changes in library. Fixes: #39627 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * Check version Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * Refactor github_issue Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
107d9efef3
commit
5ef2c5314e
8 changed files with 34 additions and 97 deletions
|
|
@ -738,8 +738,6 @@ lib/ansible/modules/remote_management/ucs/ucs_vsans.py E322
|
|||
lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py E322
|
||||
lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py E323
|
||||
lib/ansible/modules/source_control/github_deploy_key.py E336
|
||||
lib/ansible/modules/source_control/github_issue.py E324
|
||||
lib/ansible/modules/source_control/github_issue.py E326
|
||||
lib/ansible/modules/source_control/subversion.py E322
|
||||
lib/ansible/modules/storage/infinidat/infini_export.py E323
|
||||
lib/ansible/modules/storage/infinidat/infini_export.py E324
|
||||
|
|
@ -800,4 +798,4 @@ lib/ansible/modules/web_infrastructure/gunicorn.py E322
|
|||
lib/ansible/modules/web_infrastructure/htpasswd.py E326
|
||||
lib/ansible/modules/web_infrastructure/jenkins_plugin.py E322
|
||||
lib/ansible/modules/web_infrastructure/jenkins_plugin.py E324
|
||||
lib/ansible/modules/web_infrastructure/jira.py E322
|
||||
lib/ansible/modules/web_infrastructure/jira.py E322
|
||||
Loading…
Add table
Add a link
Reference in a new issue