fix routing update

This commit is contained in:
ace
2021-10-27 14:30:00 +03:00
parent 297cafb6de
commit c49538dcec
2 changed files with 2 additions and 3 deletions

View File

@ -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