mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
Clarify state=reloaded will start service
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user