mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-07 00: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
|
@ -11,9 +11,9 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = r"""
|
||||
module: supervisorctl
|
||||
short_description: Manage the state of a program or group of programs running via supervisord
|
||||
short_description: Manage the state of a program or group of programs managed by C(supervisord).
|
||||
description:
|
||||
- Manage the state of a program or group of programs running via supervisord.
|
||||
- Manage the state of a program or group of programs managed by C(supervisord).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue