From 930088da96026d099f4e11230bd8f59927183fbf Mon Sep 17 00:00:00 2001 From: kvegh Date: Mon, 26 Aug 2019 16:02:37 +0200 Subject: [PATCH] Clarifying: no lists in name parameter (#61029) * Clarifying: no lists in name parameter --- lib/ansible/modules/system/systemd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/systemd.py b/lib/ansible/modules/system/systemd.py index fd35ab69b2a..cd46316c05c 100644 --- a/lib/ansible/modules/system/systemd.py +++ b/lib/ansible/modules/system/systemd.py @@ -22,7 +22,8 @@ description: options: name: description: - - Name of the service. When using in a chroot environment you always need to specify the full name i.e. (crond.service). + - Name of the service. This parameter takes the name of exactly one service to work with. + - When using in a chroot environment you always need to specify the full name i.e. (crond.service). aliases: [ service, unit ] state: description: