This commit is contained in:
ace
2021-10-27 17:19:40 +03:00
parent 6b9e036057
commit ccb0e81fbe
5 changed files with 54 additions and 41 deletions

View File

@ -1,5 +1,5 @@
---
- name: Up interface
- name: Reload interface with ifdown ; ifup
shell: |
ifdown {{ item }} ; ifup {{ item }}
loop: "{{ reload_interfaces | unique }}"