Skip to content
Snippets Groups Projects
Commit 033d86e7 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'etherpad-fix-update' into 'master'

Fix etherpad git pull

See merge request !15
parents e8a646f4 1c427fc1
No related branches found
No related tags found
1 merge request!15Fix etherpad git pull
Pipeline #2919 passed
...@@ -36,8 +36,10 @@ ...@@ -36,8 +36,10 @@
repo: https://github.com/ether/etherpad-lite.git repo: https://github.com/ether/etherpad-lite.git
dest: "{{etherpad_web_root}}/repository" dest: "{{etherpad_web_root}}/repository"
version: "{{etherpad_version|default('HEAD')}}" version: "{{etherpad_version|default('HEAD')}}"
force: true
become: true become: true
become_user: etherpad become_user: etherpad
notify: restart etherpad
- name: ensure we have a directory for etherpad configuration files - name: ensure we have a directory for etherpad configuration files
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment