10 lines
195 B
YAML
10 lines
195 B
YAML
|
---
|
||
|
- name: reset | check and remove devices if still present
|
||
|
include_tasks: reset_iface.yml
|
||
|
vars:
|
||
|
iface: "{{ item }}"
|
||
|
with_items:
|
||
|
- cilium_host
|
||
|
- cilium_net
|
||
|
- cilium_vxlan
|