fix dest
This commit is contained in:
parent
77474236a2
commit
bbe268059b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
||||||
|
|
||||||
- name: Ensure motion_bot password file exists
|
- name: Ensure motion_bot password file exists
|
||||||
copy:
|
copy:
|
||||||
dest: motion_bot_ntfy_password_file
|
dest: "{{ motion_bot_ntfy_password_file }}"
|
||||||
content: "{{ motion_bot_ntfy_password }}"
|
content: "{{ motion_bot_ntfy_password }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: motion
|
owner: motion
|
||||||
|
|
Loading…
Reference in a new issue