10 lines
173 B
YAML
10 lines
173 B
YAML
|
---
|
||
|
- name: reload systemd
|
||
|
systemd:
|
||
|
daemon_reload: yes
|
||
|
|
||
|
- name: restart systemd unit ffmwu-static-routes
|
||
|
systemd:
|
||
|
name: ffmwu-static-routes
|
||
|
state: restarted
|