mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Do not install plugins as unprivileged user
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
when: not is_installed
|
||||
|
||||
- name: Install plugins
|
||||
become: yes
|
||||
become_user: elasticsearch
|
||||
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}/{{ item.version }}
|
||||
when: not is_installed
|
||||
with_items: "{{ elasticsearch.plugins }}"
|
||||
|
Reference in New Issue
Block a user