7 lines
91 B
YAML
7 lines
91 B
YAML
---
|
|
- name: restart_motion
|
|
become: true
|
|
service:
|
|
name: motion
|
|
state: restarted
|