Files
toallab-automation/roles/linux-system-roles.network/tests/tasks/assert-device_absent.yml
2020-08-17 12:06:41 -04:00

8 lines
221 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
---
- include: get-interface_stat.yml
- name: "assert that interface {{ interface }} is absent"
assert:
that: not interface_stat.stat.exists
msg: "{{ interface }} exists"