From f18446e7a5d23ae88df66f912651d553326f93a1 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 23 Jan 2013 16:32:39 -0700 Subject: [PATCH] service module 'state' parameter comments should be processed by RST --- library/service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/service b/library/service index 5c552e03fb..77612aef71 100644 --- a/library/service +++ b/library/service @@ -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"