ansible-ffibk/roles/service-yanic/handlers/main.yml

10 lines
132 B
YAML
Raw Normal View History

2018-09-11 14:20:44 +02:00
---
- name: reload systemd
systemd:
daemon_reload: yes
- name: restart yanic
systemd:
name: yanic
state: restarted