10 lines
228 B
YAML
10 lines
228 B
YAML
---
|
|
|
|
- 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
|