Commit 7d443bf9 by e0d

Merge pull request #1721 from edx/e0d/remove-bigdesk

Built in console does what we need
parents ae63677f 61f41167
......@@ -70,18 +70,6 @@
mode=0744
when: ELASTICSEARCH_CLUSTERED
# Plugin installation fails hard when the plugin already
# exists. This is problematic if this is upgraded.
- name: check if the bigdesk plugin is installed
stat: path=/usr/share/elasticsearch/plugins/bigdesk
register: bigdesk
- name: install bigdesk plugin
shell: >
/usr/share/elasticsearch/bin/plugin -install lukas-vlcek/bigdesk/2.2.0
when: bigdesk.stat.isdir is not defined
- name: Ensure elasticsearch is enabled and started
service: name=elasticsearch state=started enabled=yes
......
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