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:
parent
b2e6549133
commit
8d664a644a
1 changed files with 1 additions and 1 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Reference in a new issue