From 2bb44f21692539771ae42680c1e934b776a8a207 Mon Sep 17 00:00:00 2001 From: Sabine Laszakovits Date: Sat, 15 May 2021 10:42:42 +0200 Subject: [PATCH] fixed path to config template --- roles/matrix-maubot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-maubot/tasks/main.yml b/roles/matrix-maubot/tasks/main.yml index e0221f73f..b3b615a75 100644 --- a/roles/matrix-maubot/tasks/main.yml +++ b/roles/matrix-maubot/tasks/main.yml @@ -17,7 +17,7 @@ - name: Create Config File template: - src: maubot_config.yaml.j2 + src: "{{ role_path }}/templates/maubot_config.yaml.j2" dest: "{{ matrix_maubot_config_path }}" owner: "{{ matrix_user_username }}" mode: "u=rwx"