Commit 8ad238ef by e0d

fixing bigdesk install logic.

parent 0f8b026e
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
- name: install bigdesk plugin - name: install bigdesk plugin
shell: > shell: >
/usr/share/elasticsearch/bin/plugin -install lukas-vlcek/bigdesk/2.2.0 /usr/share/elasticsearch/bin/plugin -install lukas-vlcek/bigdesk/2.2.0
when: bigdesk.stat.isdir is defined and bigdesk.stat.isdir == false when: bigdesk.stat.isdir is not defined
- name: Ensure elasticsearch is enabled and started - name: Ensure elasticsearch is enabled and started
service: name=elasticsearch state=restarted enabled=yes service: name=elasticsearch state=restarted enabled=yes
\ No newline at end of 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