diff options
Diffstat (limited to 'tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml')
-rw-r--r-- | tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml b/tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml index 0883ef48..f6b009a8 100644 --- a/tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml +++ b/tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml @@ -3,5 +3,7 @@ vyos.vyos.vyos_config: lines: |- delete interfaces bonding bond2 + delete interfaces ethernet eth2 vif 3 + delete interfaces ethernet eth2 vif 18 vars: ansible_connection: ansible.netcommon.network_cli |