zypper_repository: Proper failure when python-xml is missing (#939)

* Proper error when python-xml is missing

* use missing_required_lib to output error

* Add changelog
This commit is contained in:
Amin Vakil
2020-09-20 16:39:02 +04:30
committed by GitHub
parent ba5b86cf4a
commit 09d89da0ab
2 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- zypper_repository - proper failure when python-xml is missing (https://github.com/ansible-collections/community.general/pull/939).