Commit f616eed5 by Ibrahim

add flag

parent 80f6ecd2
......@@ -15,11 +15,11 @@
- name: Uninstall installed version of elasticsearch
become: True
shell: >
apt-get remove elasticsearch
apt-get -y remove elasticsearch
- name: Install latest version of elasticsearch.
become: True
shell: >
apt-get install elasticsearch
apt-get -y install elasticsearch
systemctl enable elasticsearch.service
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment