diff options
Diffstat (limited to 'roles/pad/tasks')
-rw-r--r-- | roles/pad/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pad/tasks/main.yml b/roles/pad/tasks/main.yml index 9851d66..103ba14 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 |