Correction template pour etherpad 2+
This commit is contained in:
parent
b884d191e7
commit
8480c4bcc5
1 changed files with 4 additions and 9 deletions
|
@ -5,18 +5,13 @@
|
|||
|
||||
- name: plugins directory
|
||||
file:
|
||||
path: "{{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/node_modules"
|
||||
path: "{{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/{{ item }}"
|
||||
owner: "{{ docker_etherpad_data_owner | default(omit) }}"
|
||||
group: "{{ docker_etherpad_data_group | default(omit) }}"
|
||||
state: directory
|
||||
|
||||
- name: symlink in node_modules
|
||||
file:
|
||||
src: "../src"
|
||||
path: "{{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/node_modules/ep_etherpad-lite"
|
||||
state: link
|
||||
force: yes
|
||||
follow: no
|
||||
with_items:
|
||||
- plugin_packages
|
||||
- var
|
||||
|
||||
- name: settings.json exists
|
||||
stat:
|
||||
|
|
Loading…
Reference in a new issue