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