8 lines
231 B
YAML
8 lines
231 B
YAML
|
- name: reload frr
|
||
|
command: /usr/lib/frr/frr-reload.py --reload /etc/frr/frr.conf
|
||
|
when: "'handler' not in ansible_skip_tags"
|
||
|
|
||
|
- name: restart frr
|
||
|
service: name=frr state=restarted
|
||
|
when: "'handler' not in ansible_skip_tags"
|