fix network-scripts and nmcli variants for loopback interface

This commit is contained in:
ace
2021-10-26 18:12:38 +03:00
parent 359d858e60
commit fd0c9bd34f
3 changed files with 36 additions and 30 deletions

View File

@ -16,4 +16,4 @@
ifdown lo ; ifup lo
- name: Reload dummy interface
command: nmcli conn up {{ dummy_iface | default('dummy0') }}
command: nmcli conn up {{ network_nm_iface }}