7 lines
76 B
YAML
7 lines
76 B
YAML
|
- name: Restart unbound
|
||
|
service:
|
||
|
name: unbound
|
||
|
state: restarted
|
||
|
|
||
|
|