configpolicy/roles/motioneye/handlers/main.yml

11 lines
200 B
YAML

- name: process tmpfiles
command: systemd-tmpfiles --create
- name: reload systemd
command: systemctl daemon-reload
- name: restart motioneye
service:
name: motioneye
state: restarted