mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
The new testing format is more concise and easier to debug when test failure happens. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
6 lines
193 B
YAML
6 lines
193 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Import the task 'assert_device_present.yml'
|
|
import_tasks: tasks/assert_device_present.yml
|
|
vars:
|
|
interface: "{{ controller_device }}"
|