mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 23:39:09 -07:00
Adjust doc style (#9435)
* adjust doc style * Update plugins/modules/swupd.py Co-authored-by: Felix Fontein <felix@fontein.de> * restore sanity --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c83fc5fd49
commit
2f82bd8ece
24 changed files with 50 additions and 49 deletions
|
@ -12,7 +12,7 @@ DOCUMENTATION = r"""
|
|||
module: stacki_host
|
||||
short_description: Add or remove host to stacki front-end
|
||||
description:
|
||||
- Use this module to add or remove hosts to a stacki front-end via API.
|
||||
- Use this module to add or remove hosts to a stacki front-end using API.
|
||||
- Information on stacki can be found at U(https://github.com/StackIQ/stacki).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
|
@ -119,7 +119,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
changed:
|
||||
description: Response to whether or not the api call completed successfully.
|
||||
description: Response to whether or not the API call completed successfully.
|
||||
returned: always
|
||||
type: bool
|
||||
sample: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue