From d44dd63a0066ff082aaffe57ad8f30786a52e712 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 22 Feb 2016 11:14:40 -0600 Subject: [PATCH] Add actual version to version_added for svc module --- lib/ansible/modules/extras/system/svc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/system/svc.py b/lib/ansible/modules/extras/system/svc.py index ea470beaa07..e060e7cca20 100644 --- a/lib/ansible/modules/extras/system/svc.py +++ b/lib/ansible/modules/extras/system/svc.py @@ -21,8 +21,8 @@ DOCUMENTATION = ''' --- module: svc -author: Brian Coca -version_added: +author: "Brian Coca (@bcoca)" +version_added: "1.9" short_description: Manage daemontools services. description: - Controls daemontools services on remote hosts using the svc utility.