From bbe268059b74a7f892cb6174bd1e682598eedd33 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 20 Mar 2023 22:07:55 +0200 Subject: [PATCH] fix dest --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index ebba689..f68dd9c 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -207,7 +207,7 @@ - name: Ensure motion_bot password file exists copy: - dest: motion_bot_ntfy_password_file + dest: "{{ motion_bot_ntfy_password_file }}" content: "{{ motion_bot_ntfy_password }}" mode: 0600 owner: motion