This commit is contained in:
ace
2021-10-25 15:58:10 +03:00
parent daf389804c
commit caf5bd2882
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,7 @@
daemon_reload: yes
- name: Restart loopback
shell: |
ifdown lo ; ifup lo
command: ifdown lo ; ifup lo
- name: Reload dummy interface
command: nmcli conn up {{ dummy_iface | default('dummy0') }}