forked from FF-RGB/ansible
7 lines
95 B
YAML
7 lines
95 B
YAML
---
|
|
|
|
- name: Restart radvd
|
|
service: name={{ item }} state=restarted
|
|
with_items:
|
|
- radvd
|