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
|
- name: Local action | Create local temporary directory for certificates generation
|
||||||
file:
|
file:
|
||||||
path: "{{ local_certs_path }}"
|
path: "{{ local_certs_path }}"
|
||||||
|
mode: 0755
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Local action | Check that the generation tool exists
|
- name: Local action | Check that the generation tool exists
|
||||||
@ -41,6 +42,7 @@
|
|||||||
template:
|
template:
|
||||||
src: "templates/tlsconfig.yml.j2"
|
src: "templates/tlsconfig.yml.j2"
|
||||||
dest: "{{ local_certs_path }}/config/tlsconfig.yml"
|
dest: "{{ local_certs_path }}/config/tlsconfig.yml"
|
||||||
|
mode: 0644
|
||||||
register: tlsconfig_template
|
register: tlsconfig_template
|
||||||
|
|
||||||
- name: Create a directory if it does not exist
|
- name: Create a directory if it does not exist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user