mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
Merge pull request #6883 from ericlake/devel
Adding bold to service doc to call up state and enabled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user