mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
8 lines
192 B
YAML
8 lines
192 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Include the task 'manage_test_interface.yml'
|
|
include_tasks: tasks/manage_test_interface.yml
|
|
vars:
|
|
state: present
|
|
type: veth
|
|
...
|