From 5fbd42eca5ecb26ac8e8ac824b03429e32de3a74 Mon Sep 17 00:00:00 2001 From: Samuel Boucher Date: Mon, 17 Jul 2017 08:25:34 -0400 Subject: [PATCH] Update svc.py Killed is a valid state --- lib/ansible/modules/system/svc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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