forked from FF-RGB/ansible
radvd: fix wrong file name (introduced last cleanup)
This commit is contained in:
parent
bc1fadd083
commit
0148513a65
@ -4,7 +4,7 @@
|
||||
apt: name=radvd
|
||||
|
||||
- name: Configure radvd
|
||||
template: src=radvd.j2 dest=/etc/radvd
|
||||
template: src=radvd.conf.j2 dest=/etc/radvd.conf
|
||||
notify: Restart radvd
|
||||
|
||||
- name: Start the radvd service
|
||||
|
Loading…
Reference in New Issue
Block a user