fixed documentation

This commit is contained in:
Hans-Joachim Kliemeck 2015-10-21 20:06:26 +02:00
parent d3f83ee9a7
commit adc78eaf87

View file

@ -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