mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-27 04:50:49 +00:00
The keyword `include:` is deprecated in favor of `include_tasks:`. See https://docs.ansible.com/ansible/latest/collections/ansible/builtin/include_module.html Signed-off-by: Rich Megginson <rmeggins@redhat.com>
6 lines
185 B
YAML
6 lines
185 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- include_tasks: get_current_interfaces.yml
|
|
- name: Show current_interfaces
|
|
debug:
|
|
msg: "current_interfaces: {{ current_interfaces }}"
|