We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb42f6e commit 2d2ea41Copy full SHA for 2d2ea41
packaging/elasticsearch_plugin.py
@@ -72,6 +72,12 @@
72
EXAMPLES = '''
73
# Install Elasticsearch head plugin
74
- elasticsearch_plugin: state=present name="mobz/elasticsearch-head"
75
+
76
+# Install specific version of a plugin
77
+- elasticsearch_plugin: state=present name="com.github.kzwang/elasticsearch-image" version="1.2.0"
78
79
+# Uninstall Elasticsearch head plugin
80
+- elasticsearch_plugin: state=absent name="mobz/elasticsearch-head"
81
'''
82
83
0 commit comments