mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
doc style adjustments: modules [rtuvx]* (#10466)
* doc style adjustments: modules r* * doc style adjustments: modules t* * doc style adjustments: modules u* * doc style adjustments: modules v* * doc style adjustments: modules x* * Update plugins/modules/redis_data.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -30,9 +30,10 @@ options:
|
||||
required: true
|
||||
state:
|
||||
description:
|
||||
- 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.
|
||||
- V(started)/V(stopped) are idempotent actions that do not run commands unless necessary.
|
||||
- V(restarted) always bounces the service (sv restart) and V(killed) always bounces the service (sv force-stop).
|
||||
- V(reloaded) always sends a HUP (sv reload).
|
||||
- V(once) runs a normally downed sv once (sv once), not really an idempotent operation.
|
||||
type: str
|
||||
choices: [killed, once, reloaded, restarted, started, stopped]
|
||||
enabled:
|
||||
|
||||
Reference in New Issue
Block a user