summaryrefslogtreecommitdiffstats
path: root/roles/pad/tasks
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-10-14 13:32:23 -0400
committerSacha Chua <sacha@sachachua.com>2024-10-14 13:32:23 -0400
commite6444f1edc1eb012975a6f12ee5fd69f02d9d2c0 (patch)
tree25a1f99b324f28bdf1b08d5e37d9a82fb9438df0 /roles/pad/tasks
parent12c9c93ee96b34d6c01115a58575db88d02d7f52 (diff)
downloademacsconf-ansible-e6444f1edc1eb012975a6f12ee5fd69f02d9d2c0.tar.xz
emacsconf-ansible-e6444f1edc1eb012975a6f12ee5fd69f02d9d2c0.zip
Set Etherpad version to 1.9.7HEADmain
Diffstat (limited to '')
-rw-r--r--roles/pad/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/pad/tasks/main.yml b/roles/pad/tasks/main.yml
index 103ba14..b720b40 100644
--- a/roles/pad/tasks/main.yml
+++ b/roles/pad/tasks/main.yml
@@ -45,6 +45,7 @@
git:
repo: https://github.com/ether/etherpad-lite.git
dest: "{{ etherpad_path }}"
+ version: v1.9.7
depth: 1
- name: Configure etherpad
template: