Clarify state=reloaded will start service
This commit is contained in:
parent
ffb80926ce
commit
1ea86bc66a
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ options:
|
|||
- 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. B(At least one of state
|
||||
and enabled are required.)
|
||||
and enabled are required.) Note that reloaded will start the
|
||||
service if it is not already started, even if your chosen init
|
||||
system wouldn't normally.
|
||||
sleep:
|
||||
required: false
|
||||
version_added: "1.3"
|
||||
|
|
Loading…
Reference in a new issue