Merge pull request #63 from tyll/initscripts

tests_ethernet: run with initscripts provider, too
This commit is contained in:
Till Maas 2018-06-29 16:35:56 +02:00 committed by GitHub
commit 775b7648fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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'