From bfe8437a21442a63930416e66bea233dc205101c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 8 Aug 2014 11:49:41 -0400 Subject: [PATCH] Updating docs. --- library/system/getent | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/system/getent b/library/system/getent index fe981662abc..f00e0af1265 100644 --- a/library/system/getent +++ b/library/system/getent @@ -27,7 +27,7 @@ short_description: a wrapper to the unix getent utility description: - Runs getent against one of it's various databases and returns information into the host's facts -version_added: "1.7" +version_added: "1.8" options: database: required: True @@ -52,7 +52,8 @@ options: description: - If a supplied key is missing this will make the task fail if True -notes: [ Not all databases support enumeration, check system documentation for details ] +notes: + - "Not all databases support enumeration, check system documentation for details" requirements: [ ] author: Brian Coca '''