From 77474236a21ff7d76683017c78669e1a447ad8f8 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 20 Mar 2023 22:06:45 +0200 Subject: [PATCH] change to dest --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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