mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +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>
10 lines
338 B
YAML
10 lines
338 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: "{{ dhcp_interface1 }}"
|
|
- name: Import the task 'assert_device_present.yml'
|
|
import_tasks: tasks/assert_device_present.yml
|
|
vars:
|
|
interface: "{{ dhcp_interface2 }}"
|