etherpad/tasks/git.yml

11 lines
232 B
YAML

---
- name: '[GIT] - Deploy source'
git:
repo: https://github.com/ether/etherpad-lite.git
dest: "{{ etherpad_app_dir }}/app"
force: yes
update: yes
version: "{{ etherpad_version }}"
notify: restart etherpad