summaryrefslogtreecommitdiffstats
path: root/roles/pad/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pad/tasks')
-rw-r--r--roles/pad/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/pad/tasks/main.yml b/roles/pad/tasks/main.yml
index 9851d66..b720b40 100644
--- a/roles/pad/tasks/main.yml
+++ b/roles/pad/tasks/main.yml
@@ -34,7 +34,7 @@
home: /home/etherpad
shell: /bin/bash
state: present
-- include: mariadb.yml
+- import_tasks: mariadb.yml
become: true
- name: Set up etherpad as the etherpad user
tags: etherpad-src
@@ -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: