mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -56,18 +56,18 @@ options:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Install Elasticsearch head plugin
|
||||
kibana_plugin:
|
||||
community.general.kibana_plugin:
|
||||
state: present
|
||||
name: elasticsearch/marvel
|
||||
|
||||
- name: Install specific version of a plugin
|
||||
kibana_plugin:
|
||||
community.general.kibana_plugin:
|
||||
state: present
|
||||
name: elasticsearch/marvel
|
||||
version: '2.3.3'
|
||||
|
||||
- name: Uninstall Elasticsearch head plugin
|
||||
kibana_plugin:
|
||||
community.general.kibana_plugin:
|
||||
state: absent
|
||||
name: elasticsearch/marvel
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user