fixed documentation
This commit is contained in:
parent
d3f83ee9a7
commit
adc78eaf87
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ options:
|
|||
start_mode:
|
||||
description:
|
||||
- If C(auto) is selected, the service will start at bootup. C(manual) means that the service will start only when another service needs it. C(disabled) means that the service will stay off, regardless if it is needed or not.
|
||||
required: false
|
||||
required: true
|
||||
default: auto
|
||||
choices:
|
||||
- auto
|
||||
- manual
|
||||
|
|
Loading…
Reference in a new issue