mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-01-18 20:12:20 +00:00
11 lines
156 B
YAML
11 lines
156 B
YAML
---
|
|
- name: restart bird
|
|
systemd:
|
|
name: bird
|
|
state: restarted
|
|
daemon_reload: yes
|
|
|
|
- name: restart loopback
|
|
shell: |
|
|
ifdown lo ; ifup lo
|