mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed github_release
docs: only module-specific returned key is tag
(#5699)
* Fixed github_release docs: only module-specific returned key is "tag" * Update plugins/modules/github_release.py - added a dot Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
af53271c41
commit
25be366cc3
1 changed files with 2 additions and 11 deletions
|
@ -108,17 +108,8 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
create_release:
|
tag:
|
||||||
description:
|
description: Version of the created/latest release.
|
||||||
- Version of the created release
|
|
||||||
- "For Ansible version 2.5 and later, if specified release version already exists, then State is unchanged"
|
|
||||||
- "For Ansible versions prior to 2.5, if specified release version already exists, then State is skipped"
|
|
||||||
type: str
|
|
||||||
returned: success
|
|
||||||
sample: 1.1.0
|
|
||||||
|
|
||||||
latest_release:
|
|
||||||
description: Version of the latest release
|
|
||||||
type: str
|
type: str
|
||||||
returned: success
|
returned: success
|
||||||
sample: 1.1.0
|
sample: 1.1.0
|
||||||
|
|
Loading…
Reference in a new issue