mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
DOCUMENTATION strings
This commit is contained in:
@@ -24,12 +24,12 @@ DOCUMENTATION = '''
|
||||
module: supervisorctl
|
||||
short_description: Manage the state of a program or group of programs running via 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 running via I(Supervisord)
|
||||
version_added: "0.7"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
- The name of the supervisord program/process to manage
|
||||
- The name of the I(supervisord) program/process to manage
|
||||
required: true
|
||||
default: null
|
||||
state:
|
||||
|
||||
Reference in New Issue
Block a user