Correction template pour etherpad 2+

This commit is contained in:
Navas 2024-11-12 21:11:32 +01:00
parent b884d191e7
commit 8480c4bcc5

View file

@ -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: