Commit 5f5b7cc5 by Daniel Hokka Zakrisson

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

Minor doc fix: service module 'state' parameter comments should be processed by RST
parents 51180fa3 f18446e7
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment