roles/opendistro-elasticsearch: add missing mode for file module
This commit is contained in:
parent
c0d48e3ad4
commit
8fdfecc06f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user