fix permission override and broken idempotence

This commit is contained in:
Pablo Escobar 2020-05-22 19:28:05 +02:00
parent aa4f6a01c9
commit f43b885dc8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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