summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2016-02-22 11:14:40 -0600
committerMatt Martz <matt@sivel.net>2016-02-22 11:14:40 -0600
commitf881eb10d9dde41473fa1addac4277eae944c50a (patch)
tree13305790d650ef1801c44f246a096a45422f02dc /system
parentd736e361284a27ae2f599df6ce58590a36dc7707 (diff)
downloadansible-modules-extras-f881eb10d9dde41473fa1addac4277eae944c50a.tar.gz
Add actual version to version_added for svc module
Diffstat (limited to 'system')
-rw-r--r--system/svc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/svc.py b/system/svc.py
index 36b4df5f..e060e7cc 100644
--- a/system/svc.py
+++ b/system/svc.py
@@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: svc
author: "Brian Coca (@bcoca)"
-version_added:
+version_added: "1.9"
short_description: Manage daemontools services.
description:
- Controls daemontools services on remote hosts using the svc utility.