Add radvd role
This commit is contained in:
parent
7ffb1e7699
commit
0814e628c5
4 changed files with 42 additions and 0 deletions
5
roles/radvd/handlers/main.yml
Normal file
5
roles/radvd/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: reload radvd
|
||||
service:
|
||||
name: radvd
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue