Skip to content
Snippets Groups Projects

Fix etherpad git pull

Merged Robin Sonnabend requested to merge etherpad-fix-update into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -36,8 +36,10 @@
repo: https://github.com/ether/etherpad-lite.git
dest: "{{etherpad_web_root}}/repository"
version: "{{etherpad_version|default('HEAD')}}"
force: true
become: true
become_user: etherpad
notify: restart etherpad
- name: ensure we have a directory for etherpad configuration files
file:
Loading