mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Use semantic markup (modules d-g) (#6672)
* Use semantic markup. * 'ignore:' is no longer needed. * E() now works better.
This commit is contained in:
parent
6fc1df9b83
commit
2ed82e0318
34 changed files with 307 additions and 306 deletions
|
@ -39,8 +39,8 @@ options:
|
|||
state:
|
||||
description:
|
||||
- State of the badge in the project.
|
||||
- On C(present), it adds a badge to a GitLab project.
|
||||
- On C(absent), it removes a badge from a GitLab project.
|
||||
- On V(present), it adds a badge to a GitLab project.
|
||||
- On V(absent), it removes a badge from a GitLab project.
|
||||
choices: ['present', 'absent']
|
||||
default: 'present'
|
||||
type: str
|
||||
|
@ -82,7 +82,7 @@ EXAMPLES = r'''
|
|||
RETURN = '''
|
||||
badge:
|
||||
description: The badge information.
|
||||
returned: when I(state=present)
|
||||
returned: when O(state=present)
|
||||
type: dict
|
||||
sample:
|
||||
id: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue