Commit 0601d262 by e0d

checking if the downloaded archive has changed.

parent d8500204
......@@ -34,11 +34,13 @@
url={{ elasticsearch_url }}
dest=/var/tmp/{{ elasticsearch_file }}
force=no
register: elasticsearch_reinstall
- name: install elasticsearch from local package
shell: >
dpkg -i --force-confold /var/tmp/elasticsearch-{{ elasticsearch_version }}.deb
executable=/bin/bash
executable=/bin/bash
when: elasticsearch_reinstall.changed
- name: create directories
file: >
......
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