Add more examples
This commit is contained in:
parent
36c5ac65f7
commit
40f77fd07c
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue