Commit 7dd1fe65 by Ibrahim

comment code

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