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
commit 09d89da0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).