Add more examples

pull/18777/head
Mathew Davies 9 years ago committed by Matt Clay
parent 36c5ac65f7
commit 40f77fd07c

@ -72,6 +72,12 @@ options:
EXAMPLES = '''
# Install Elasticsearch head plugin
- elasticsearch_plugin: state=present name="mobz/elasticsearch-head"
# Install specific version of a plugin
- elasticsearch_plugin: state=present name="com.github.kzwang/elasticsearch-image" version="1.2.0"
# Uninstall Elasticsearch head plugin
- elasticsearch_plugin: state=absent name="mobz/elasticsearch-head"
'''

Loading…
Cancel
Save