Commit 8aef19a2 by e0d

Merge pull request #765 from edx/e0d/bigdesk-plugin-bug

fixing bigdesk install logic.
parents 0f8b026e 8ad238ef
......@@ -80,7 +80,7 @@
- name: install bigdesk plugin
shell: >
/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
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