summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Davies <thepixeldeveloper@googlemail.com>2015-07-16 20:38:58 +0100
committerMathew Davies <thepixeldeveloper@googlemail.com>2015-07-16 20:38:58 +0100
commitebbe84b2d6fda94f3d40c7bbbd95ba48bfddb65d (patch)
treed2aa02f80d0c2533f55cbffb0747b5f477f51b14
parent4e140bb80e15b85da3ff724f30c5d4342e0dd544 (diff)
downloadansible-modules-extras-ebbe84b2d6fda94f3d40c7bbbd95ba48bfddb65d.tar.gz
Document defaults
-rw-r--r--packaging/elasticsearch_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/elasticsearch_plugin.py b/packaging/elasticsearch_plugin.py
index 38303686..818ebb00 100644
--- a/packaging/elasticsearch_plugin.py
+++ b/packaging/elasticsearch_plugin.py
@@ -47,6 +47,7 @@ options:
description:
- Set exact URL to download the plugin from
required: False
+ default: None
timeout:
description:
- Timeout setting: 30s, 1m, 1h... (1m by default)
@@ -64,6 +65,7 @@ options:
version:
description:
- Version of the plugin to be installed.
+ default: None
'''
EXAMPLES = '''