etherpad/tasks/git.yml

11 lines
228 B
YAML
Raw Normal View History

2021-03-14 17:53:38 +01:00
---
- name: '[GIT] - Deploy source'
git:
repo: https://github.com/ether/etherpad-lite.git
dest: "{{ etherpad_app_dir }}"
force: yes
update: yes
version: "{{ etherpad_version }}"
notify: restart etherpad