# SPDX-License-Identifier: BSD-3-Clause --- - name: Remove test interface if necessary command: "ip link del {{ interface }}" ignore_errors: true # noqa ignore-errors changed_when: false ...