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