7 lines
111 B
YAML
7 lines
111 B
YAML
|
---
|
||
|
## Reload NSD on changes
|
||
|
- name: restart nsd
|
||
|
ansible.builtin.service:
|
||
|
name: nsd
|
||
|
state: restarted
|