summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_ospf_interfaces/tasks/post_tasks.yml
blob: f6b009a8a4d42a050601c1dd3aea0358b3f13396 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Demolish environment
  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