mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-06-29 02:53:07 +00:00
fix routing update
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Up interface
|
||||
shell: |
|
||||
ifup {{ item.name }}
|
||||
ifdown {{ item.name }} ; ifup {{ item.name }}
|
||||
loop: "{{ network.network_scripts.iface }}"
|
||||
|
||||
- name: Reload interface with nmcli
|
||||
|
Reference in New Issue
Block a user