14 lines
No EOL
294 B
YAML
14 lines
No EOL
294 B
YAML
---
|
|
- name: Install required software
|
|
apt:
|
|
name:
|
|
- motion
|
|
- mutt
|
|
|
|
- name: Deploy script to process events
|
|
copy:
|
|
src: files/process_motion_event.sh
|
|
dest: /usr/local/bin/process_motion_event.sh
|
|
owner: motion
|
|
group: motion
|
|
mode: 0750 |