roles/opendistro-elasticsearch: add missing mode for file module

This commit is contained in:
neonmei 2020-11-12 11:05:47 -03:00
parent c0d48e3ad4
commit 8fdfecc06f
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E

View File

@ -14,6 +14,7 @@
- name: Local action | Create local temporary directory for certificates generation
file:
path: "{{ local_certs_path }}"
mode: 0755
state: directory
- name: Local action | Check that the generation tool exists
@ -41,6 +42,7 @@
template:
src: "templates/tlsconfig.yml.j2"
dest: "{{ local_certs_path }}/config/tlsconfig.yml"
mode: 0644
register: tlsconfig_template
- name: Create a directory if it does not exist