Closed miksonx closed 10 months ago
Validate certs option available in code https://github.com/ansible-collections/community.grafana/blob/main/plugins/modules/grafana_plugin.py#L119
but not available as parameter https://github.com/ansible-collections/community.grafana/blob/main/plugins/modules/grafana_plugin.py#L234
grafana_plugin
2.12.2
Colletion Version ---------------------- community.general 1.3.2 Colletion Version ---------------------- community.general 1.5.3
RH8
- name: Install plugins community.grafana.grafana_plugin: name: alexanderzobnin-zabbix-app version: 4.2.10 state: present validate_certs: False
No error and command to be executed with --insecure
"msg": "Unsupported parameters for (community.grafana.grafana_plugin) module: validate_certs. Supported parameters include: grafana_plugins_dir, state, grafana_plugin_url, version, grafana_repo, name."
Issue can be closed - fixed by https://github.com/ansible-collections/community.grafana/pull/290
SUMMARY
Validate certs option available in code https://github.com/ansible-collections/community.grafana/blob/main/plugins/modules/grafana_plugin.py#L119
but not available as parameter https://github.com/ansible-collections/community.grafana/blob/main/plugins/modules/grafana_plugin.py#L234
ISSUE TYPE
COMPONENT NAME
grafana_plugin
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
RH8
STEPS TO REPRODUCE
EXPECTED RESULTS
No error and command to be executed with --insecure
ACTUAL RESULTS
"msg": "Unsupported parameters for (community.grafana.grafana_plugin) module: validate_certs. Supported parameters include: grafana_plugins_dir, state, grafana_plugin_url, version, grafana_repo, name."