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

* Proper error when python-xml is missing

* use missing_required_lib to output error

* Add changelog

(cherry picked from commit 09d89da0ab)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot] 2020-09-21 13:56:37 +02:00 committed by GitHub
commit 2c3e93cc4d
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).