From 872f6aa559eb46e4c86b677abafaadf432856e78 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 29 Nov 2014 15:49:36 +0200 Subject: [PATCH] Clarify supported init systems. --- lib/ansible/modules/system/service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/service.py b/lib/ansible/modules/system/service.py index 61915709703..9653174f3cb 100644 --- a/lib/ansible/modules/system/service.py +++ b/lib/ansible/modules/system/service.py @@ -25,7 +25,8 @@ author: Michael DeHaan version_added: "0.1" short_description: Manage services. description: - - Controls services on remote hosts. + - Controls services on remote hosts. Supported init systems are: BSD init, + OpenRC, SysV, systemd, upstart. options: name: required: true