Merge pull request #580 from wazuh/514-kibana-config
Fix error in Kibana config
This commit is contained in:
commit
a3737f6712
@ -19,7 +19,6 @@
|
||||
# noqa 503
|
||||
path: "{{ kibana_conf_path }}/kibana.yml"
|
||||
state: absent
|
||||
when: install.changed
|
||||
tags: install
|
||||
|
||||
- import_tasks: security_actions.yml
|
||||
|
||||
@ -10,5 +10,4 @@
|
||||
- "{{ kibana_node_name }}_http.key"
|
||||
- "{{ kibana_node_name }}_http.pem"
|
||||
tags:
|
||||
- security
|
||||
when: install.changed
|
||||
- security
|
||||
Loading…
Reference in New Issue
Block a user