fix permission override and broken idempotence
This commit is contained in:
parent
aa4f6a01c9
commit
f43b885dc8
@ -180,7 +180,7 @@
|
|||||||
path: "{{ node_certs_destination }}/"
|
path: "{{ node_certs_destination }}/"
|
||||||
mode: 0774
|
mode: 0774
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: no
|
||||||
when:
|
when:
|
||||||
- elasticsearch_xpack_security
|
- elasticsearch_xpack_security
|
||||||
- generate_CA
|
- generate_CA
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
path: "{{ node_certs_destination }}/"
|
path: "{{ node_certs_destination }}/"
|
||||||
mode: 0774
|
mode: 0774
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: no
|
||||||
when:
|
when:
|
||||||
- filebeat_xpack_security
|
- filebeat_xpack_security
|
||||||
tags: xpack-security
|
tags: xpack-security
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user