1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update svc.py

Killed is a valid state
This commit is contained in:
Samuel Boucher 2017-07-17 08:25:34 -04:00 committed by Brian Coca
parent 732912b641
commit 5fbd42eca5

View file

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