blob: 195177d6c2b4f69caafb053cac559ae6f038ea2c [file] [log] [blame]
---
# bird handlers/main.yml
#
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
- name: start-bird
service:
name: "{{ bird_service }}"
state: started
- name: reload-bird
command: birdc configure
- name: restart-bird
service:
name: "{{ bird_service }}"
state: restarted