Add more examples

This commit is contained in:
Mathew Davies 2015-07-16 21:15:15 +01:00 committed by Matt Clay
parent 36c5ac65f7
commit 40f77fd07c

View file

@ -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"
'''