fix for kibana
This commit is contained in:
parent
be973340ad
commit
18d69f8b67
@ -56,7 +56,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ node_certs_destination }}/"
|
path: "{{ node_certs_destination }}/"
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: no
|
||||||
owner: kibana
|
owner: kibana
|
||||||
group: kibana
|
group: kibana
|
||||||
when:
|
when:
|
||||||
@ -67,7 +67,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ node_certs_destination }}/"
|
path: "{{ node_certs_destination }}/"
|
||||||
mode: 0770
|
mode: 0770
|
||||||
recurse: yes
|
recurse: no
|
||||||
when:
|
when:
|
||||||
- kibana_xpack_security
|
- kibana_xpack_security
|
||||||
notify: restart kibana
|
notify: restart kibana
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user