Commit 7dd1fe65 by Ibrahim

comment code

parent f616eed5
...@@ -12,14 +12,14 @@ ...@@ -12,14 +12,14 @@
# Discovery Setup # Discovery Setup
- name: Uninstall installed version of elasticsearch #- name: Uninstall installed version of elasticsearch
become: True # become: True
shell: > # shell: >
apt-get -y remove elasticsearch # apt-get -y remove elasticsearch
#
- name: Install latest version of elasticsearch. #- name: Install latest version of elasticsearch.
become: True # become: True
shell: > # shell: >
apt-get -y install elasticsearch # apt-get -y install elasticsearch
systemctl enable elasticsearch.service # 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