Commit 80f6ecd2 by Ibrahim

remove host

parent b618d84b
......@@ -13,13 +13,11 @@
# Discovery Setup
- name: Uninstall installed version of elasticsearch
hosts: all
become: True
shell: >
apt-get remove elasticsearch
- name: Install latest version of elasticsearch.
hosts: all
become: True
shell: >
apt-get install elasticsearch
......
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