mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 09:55:15 +00:00
7 lines
245 B
YAML
7 lines
245 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- setup:
|
|
- assert:
|
|
name: "assert that {{ interface }} is absent"
|
|
that: "{{ not interface in ansible_interfaces }}"
|
|
msg: "{{ interface }} is in ansible_interfaces: {{ ansible_interfaces }}"
|