1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update plugins/modules/zypper_repository_info.py

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
TobiasZeuch181 2024-09-06 23:19:17 +02:00 committed by GitHub
parent b2e6549133
commit 8d664a644a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ requirements:
- "zypper >= 1.0 (included in openSUSE >= 11.1 or SUSE Linux Enterprise Server/Desktop >= 11.0)"
- python-xml
notes:
- "for info about packages, use the module M(ansible.builtin.package_facts)"
- "For info about packages, use the module M(ansible.builtin.package_facts)."
'''
EXAMPLES = '''