Skip to content
Snippets Groups Projects
Commit 1c427fc1 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix etherpad git pull

Restart etherpad unit after pulling new version
Force update, don't fail pull if local files are changed.
parent e8a646f4
Branches
No related tags found
1 merge request!15Fix etherpad git pull
Pipeline #2903 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