mirror of https://github.com/ansible/ansible.git
ansible-galaxy role info - fix unhandled AttributeError (#80187)
* catch GalaxyError instead of its base class to ensure it will have a http_error attribute
(cherry picked from commit 6165dfea40
)
pull/80260/head
parent
24f40b44ae
commit
28c9d93fe0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-galaxy role info - fix unhandled AttributeError by catching the correct exception.
|
Loading…
Reference in New Issue