ansible/roles/radvd/handlers/main.yml

7 lines
92 B
YAML
Raw Normal View History

2020-11-04 19:58:54 +01:00
---
2020-08-01 12:56:23 +02:00
- name: restart radvd
systemd:
state: restarted
name: radvd
2020-11-04 19:58:54 +01:00
enabled: true