This commit is contained in:
ace 2021-10-25 15:58:37 +03:00
parent caf5bd2882
commit 359d858e60
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

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