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