diff --git a/tasks/configure.yml b/tasks/configure.yml index bac1b46..ebba689 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -207,7 +207,7 @@ - name: Ensure motion_bot password file exists copy: - path: motion_bot_ntfy_password_file + dest: motion_bot_ntfy_password_file content: "{{ motion_bot_ntfy_password }}" mode: 0600 owner: motion