Commit bfe8437a by Michael DeHaan

Updating docs.

parent db146717
...@@ -27,7 +27,7 @@ short_description: a wrapper to the unix getent utility ...@@ -27,7 +27,7 @@ short_description: a wrapper to the unix getent utility
description: description:
- Runs getent against one of it's various databases and returns information into - Runs getent against one of it's various databases and returns information into
the host's facts the host's facts
version_added: "1.7" version_added: "1.8"
options: options:
database: database:
required: True required: True
...@@ -52,7 +52,8 @@ options: ...@@ -52,7 +52,8 @@ options:
description: description:
- If a supplied key is missing this will make the task fail if True - 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: [ ] requirements: [ ]
author: Brian Coca author: Brian Coca
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment