mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
parent
ffb9b6ff96
commit
13e9e4b196
143 changed files with 346 additions and 348 deletions
|
@ -31,11 +31,11 @@ options:
|
|||
required: true
|
||||
state:
|
||||
description:
|
||||
- C(started)/C(stopped) are idempotent actions that will not run
|
||||
commands unless necessary. C(restarted) will always bounce the
|
||||
service (sv restart) and C(killed) will always bounce the service (sv force-stop).
|
||||
C(reloaded) will send a HUP (sv reload).
|
||||
C(once) will run a normally downed sv once (sv once), not really
|
||||
- V(started)/V(stopped) are idempotent actions that will not run
|
||||
commands unless necessary. V(restarted) will always bounce the
|
||||
service (sv restart) and V(killed) will always bounce the service (sv force-stop).
|
||||
V(reloaded) will send a HUP (sv reload).
|
||||
V(once) will run a normally downed sv once (sv once), not really
|
||||
an idempotent operation.
|
||||
type: str
|
||||
choices: [ killed, once, reloaded, restarted, started, stopped ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue