Update svc.py
Killed is a valid state
This commit is contained in:
parent
732912b641
commit
5fbd42eca5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ options:
|
|||
- Name of the service to manage.
|
||||
state:
|
||||
required: false
|
||||
choices: [ started, stopped, restarted, reloaded, once ]
|
||||
choices: [ started, stopped, restarted, reloaded, once, killed ]
|
||||
description:
|
||||
- C(Started)/C(stopped) are idempotent actions that will not run
|
||||
commands unless necessary. C(restarted) will always bounce the
|
||||
|
|
Loading…
Reference in a new issue