mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Embedded docs clarification in helm_plugin
This commit is contained in:
@@ -17,7 +17,7 @@ author:
|
|||||||
requirements:
|
requirements:
|
||||||
- "helm (https://github.com/helm/helm/releases)"
|
- "helm (https://github.com/helm/helm/releases)"
|
||||||
description:
|
description:
|
||||||
- Install, uninstall Helm plugins.
|
- Manages Helm plugins.
|
||||||
options:
|
options:
|
||||||
release_namespace:
|
release_namespace:
|
||||||
description:
|
description:
|
||||||
@@ -29,8 +29,8 @@ options:
|
|||||||
#Helm options
|
#Helm options
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- If C(state=present), Helm plugin will be installed.
|
- If C(state=present) the Helm plugin will be installed.
|
||||||
- If C(state=absent), Helm plugin will be uninstalled.
|
- If C(state=absent) the Helm plugin will be removed.
|
||||||
choices: [ absent, present ]
|
choices: [ absent, present ]
|
||||||
default: present
|
default: present
|
||||||
type: str
|
type: str
|
||||||
@@ -61,7 +61,7 @@ EXAMPLES = r'''
|
|||||||
plugin_path: https://domain/path/to/plugin.tar.gz
|
plugin_path: https://domain/path/to/plugin.tar.gz
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Uninstall Helm env plugin
|
- name: Remove Helm env plugin
|
||||||
community.kubernetes.helm_plugin:
|
community.kubernetes.helm_plugin:
|
||||||
plugin_name: env
|
plugin_name: env
|
||||||
state: absent
|
state: absent
|
||||||
|
|||||||
Reference in New Issue
Block a user