rewrite bird

This commit is contained in:
ace
2021-10-27 00:33:38 +03:00
parent 0bdd5f6950
commit f0e516002f
8 changed files with 26 additions and 106 deletions

View File

@ -15,5 +15,5 @@
shell: |
ifdown lo ; ifup lo
- name: Reload dummy interface
command: nmcli conn up {{ network_nm_iface }}
- name: Reload dummy interface with nmcli
command: nmcli conn up {{ bird_network_nm_iface }}