mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
st*: style adjustments (#9516)
* st*: style adjustments * lien lenght adjustments
This commit is contained in:
parent
d7da0ae7f6
commit
695b1abc8d
28 changed files with 310 additions and 290 deletions
|
@ -38,12 +38,13 @@ options:
|
|||
choices: [killed, once, reloaded, restarted, started, stopped]
|
||||
downed:
|
||||
description:
|
||||
- Should a C(down) file exist or not, if it exists it disables auto startup. Defaults to V(false). Downed does not imply stopped.
|
||||
- Should a C(down) file exist or not, if it exists it disables auto startup. Defaults to V(false). Downed does not imply
|
||||
stopped.
|
||||
type: bool
|
||||
enabled:
|
||||
description:
|
||||
- Whether the service is enabled or not, if disabled it also implies O(state=stopped). Take note that a service can be enabled and downed (no auto
|
||||
restart).
|
||||
- Whether the service is enabled or not, if disabled it also implies O(state=stopped). Take note that a service can
|
||||
be enabled and downed (no auto restart).
|
||||
type: bool
|
||||
service_dir:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue