network/tests/tasks/show_interfaces.yml
Rich Megginson 58a8e258ef change include to include_tasks
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>
2022-07-05 12:52:29 -06:00

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 }}"