From e84291d717030827e96a27bf5ace7f46ffb46c0f Mon Sep 17 00:00:00 2001 From: Eric Lake Date: Mon, 7 Apr 2014 09:37:15 -0500 Subject: [PATCH] Adding bold to service doc to call up state and enabled. --- library/system/service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/system/service b/library/system/service index 9820c28a06d..a694d8d92b8 100644 --- a/library/system/service +++ b/library/system/service @@ -37,8 +37,8 @@ options: 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. At least one of state - and enabled are required. + service. C(reloaded) will always reload. B(At least one of state + and enabled are required.) sleep: required: false version_added: "1.3" @@ -59,8 +59,8 @@ options: required: false choices: [ "yes", "no" ] description: - - Whether the service should start on boot. At least one of state and - enabled are required. + - Whether the service should start on boot. B(At least one of state and + enabled are required.) runlevel: required: false