diff --git a/lib/ansible/modules/system/svc.py b/lib/ansible/modules/system/svc.py index 2e15699bef8..c26bc563c59 100644 --- a/lib/ansible/modules/system/svc.py +++ b/lib/ansible/modules/system/svc.py @@ -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