Add unzip dependency installation
This commit is contained in:
parent
d027092f63
commit
ed4b2e7947
@ -10,6 +10,16 @@
|
||||
when:
|
||||
- ansible_service_mgr == "systemd"
|
||||
|
||||
- name: Install unzip dependency.
|
||||
package:
|
||||
name: unzip
|
||||
state: present
|
||||
delegate_to: "127.0.0.1"
|
||||
when:
|
||||
- node_certs_generator
|
||||
- elasticsearch_xpack_security
|
||||
|
||||
|
||||
- name: Configure Elasticsearch System Resources.
|
||||
template:
|
||||
src: elasticsearch_systemd.conf.j2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user