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