ansible-role-motion/handlers/main.yml

6 lines
84 B
YAML
Raw Normal View History

2022-10-11 09:19:01 +02:00
---
- name: Restart motion service
service:
name: motion
state: restarted