mirror of
https://github.com/linux-system-roles/network.git
synced 2026-08-04 08:43:20 +00:00
Merge pull request #63 from tyll/initscripts
tests_ethernet: run with initscripts provider, too
This commit is contained in:
commit
775b7648fe
1 changed files with 10 additions and 0 deletions
10
tests/tests_ethernet_initscripts.yml
Normal file
10
tests/tests_ethernet_initscripts.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
# empty play to gather facts
|
||||
- hosts: all
|
||||
|
||||
- import_playbook: tests_ethernet.yml
|
||||
vars:
|
||||
network_provider: initscripts
|
||||
when:
|
||||
- ansible_distribution_major_version != '6'
|
||||
Loading…
Add table
Add a link
Reference in a new issue