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
27e8d99a81
commit
b2e6549133
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ EXAMPLES = '''
|
|||
RETURN = r'''
|
||||
repodatalist:
|
||||
description:
|
||||
- a list of repository descriptions like it is returned by the command zypper repos
|
||||
- A list of repository descriptions like it is returned by the command C(zypper repos).
|
||||
type: list
|
||||
elements: dict
|
||||
contains:
|
||||
|
|
Loading…
Reference in a new issue