Commit b618d84b by Ibrahim

remove gather_fact

parent e270acd1
......@@ -15,14 +15,12 @@
- name: Uninstall installed version of elasticsearch
hosts: all
become: True
gather_facts: True
shell: >
apt-get remove elasticsearch
- name: Install latest version of elasticsearch.
hosts: all
become: True
gather_facts: True
shell: >
apt-get 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