Add radvd role

This commit is contained in:
Timotej Lazar 2025-07-31 12:15:48 +02:00
parent 7ffb1e7699
commit 0814e628c5
4 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: reload radvd
service:
name: radvd
state: reloaded
when: "'handler' not in ansible_skip_tags"