mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-01-18 12:02:22 +00:00
fix
This commit is contained in:
parent
caf5bd2882
commit
359d858e60
@ -12,7 +12,8 @@
|
|||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
|
||||||
- name: Restart loopback
|
- name: Restart loopback
|
||||||
command: ifdown lo ; ifup lo
|
shell: |
|
||||||
|
ifdown lo ; ifup lo
|
||||||
|
|
||||||
- name: Reload dummy interface
|
- name: Reload dummy interface
|
||||||
command: nmcli conn up {{ dummy_iface | default('dummy0') }}
|
command: nmcli conn up {{ dummy_iface | default('dummy0') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user