Commit 3f89c3a3 by Michael DeHaan

Merge pull request #6883 from ericlake/devel

Adding bold to service doc to call up state and enabled.
parents b2701d0d e84291d7
...@@ -37,8 +37,8 @@ options: ...@@ -37,8 +37,8 @@ options:
description: description:
- C(started)/C(stopped) are idempotent actions that will not run - C(started)/C(stopped) are idempotent actions that will not run
commands unless necessary. C(restarted) will always bounce the commands unless necessary. C(restarted) will always bounce the
service. C(reloaded) will always reload. At least one of state service. C(reloaded) will always reload. B(At least one of state
and enabled are required. and enabled are required.)
sleep: sleep:
required: false required: false
version_added: "1.3" version_added: "1.3"
...@@ -59,8 +59,8 @@ options: ...@@ -59,8 +59,8 @@ options:
required: false required: false
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
description: description:
- Whether the service should start on boot. At least one of state and - Whether the service should start on boot. B(At least one of state and
enabled are required. enabled are required.)
runlevel: runlevel:
required: false required: false
......
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