forked from FF-RGB/ansible
10 lines
206 B
YAML
10 lines
206 B
YAML
|
---
|
||
|
- name: Restart yanic
|
||
|
service: name=yanic state=restarted
|
||
|
|
||
|
- name: Restart yanic-publish
|
||
|
service: name=yanic-publish.timer state=restarted
|
||
|
|
||
|
- name: Reload systemd
|
||
|
command: systemctl daemon-reload
|