summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-15 01:35:47 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-15 01:35:47 -0400
commit27c48ad832a8a80c2f2d28e64011d785781137d2 (patch)
treea892de1c04e14263b4c8a398026b81a9d4ba6f04
parentd4ab5684cfe5ce16fab6f604ef49843a1e78f946 (diff)
downloademacsconf-ansible-27c48ad832a8a80c2f2d28e64011d785781137d2.tar.xz
emacsconf-ansible-27c48ad832a8a80c2f2d28e64011d785781137d2.zip
Don't install plugins for now, some weirdness with esm
-rw-r--r--pad/tasks/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pad/tasks/main.yml b/pad/tasks/main.yml
index 6ad06f2..ecfd1d0 100644
--- a/pad/tasks/main.yml
+++ b/pad/tasks/main.yml
@@ -50,10 +50,10 @@
dest: "{{ etherpad_path }}/settings.json"
- name: Install dependencies
shell: cd {{ etherpad_path }}; . src/bin/functions.sh; src/bin/installDeps.sh
- - name: Install etherpad plugins
- npm:
- name: ep_scrolltoanchor
- path: "{{ etherpad_path }}"
+ # - name: Install etherpad plugins
+ # npm:
+ # name: ep_scrolltoanchor
+ # path: "{{ etherpad_path }}"
- name: Change ownership
file:
dest: /home/etherpad/etherpad