mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
7 lines
239 B
YAML
7 lines
239 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Include the task 'get_current_interfaces.yml'
|
|
include_tasks: get_current_interfaces.yml
|
|
- name: Show current_interfaces
|
|
debug:
|
|
msg: "current_interfaces: {{ current_interfaces }}"
|