1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Handle errors correctly in rhn_channel (#54194)

* Handle errors correctly in rhn_channel

* also fail if required info is not available
This commit is contained in:
Brian Coca 2019-03-27 19:43:28 -04:00 committed by GitHub
parent 785afc7a53
commit fee4a0df94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- handle xmlrpc errors in the correct fashion for rhn_channel