1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #1905 from bct/service-doc-formatting

Minor doc fix: service module 'state' parameter comments should be processed by RST
This commit is contained in:
Daniel Hokka Zakrisson 2013-01-23 15:47:19 -08:00
commit 5f5b7cc56b

View file

@ -35,9 +35,9 @@ options:
required: false
choices: [ started, stopped, restarted, reloaded ]
description:
C(Started)/C(stopped) are idempotent actions that will not run
commands unless necessary. C(restarted) will always bounce the
service. C(reloaded) will always reload.
- C(started)/C(stopped) are idempotent actions that will not run
commands unless necessary. C(restarted) will always bounce the
service. C(reloaded) will always reload.
pattern:
required: false
version_added: "0.7"