Clarify state=reloaded will start service

This commit is contained in:
Joseph Price 2017-01-03 14:14:48 +00:00 committed by Brian Coca
parent ffb80926ce
commit 1ea86bc66a

View file

@ -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"