mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-22 10:37:52 +00:00
10 lines
221 B
YAML
10 lines
221 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
# empty play to gather facts
|
|
- hosts: all
|
|
|
|
- import_playbook: tests_bridge.yml
|
|
vars:
|
|
network_provider: initscripts
|
|
when:
|
|
- ansible_distribution_major_version != '6'
|