Merge pull request #580 from wazuh/514-kibana-config

Fix error in Kibana config
This commit is contained in:
Alberto Rodríguez 2021-04-22 16:48:10 +02:00 committed by GitHub
commit a3737f6712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,6 @@
# noqa 503 # noqa 503
path: "{{ kibana_conf_path }}/kibana.yml" path: "{{ kibana_conf_path }}/kibana.yml"
state: absent state: absent
when: install.changed
tags: install tags: install
- import_tasks: security_actions.yml - import_tasks: security_actions.yml

View File

@ -11,4 +11,3 @@
- "{{ kibana_node_name }}_http.pem" - "{{ kibana_node_name }}_http.pem"
tags: tags:
- security - security
when: install.changed