From 053dd62720f59c278dada56ea7c8e944527a186c Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 28 Jun 2018 18:08:54 +0200 Subject: [PATCH] tests_ethernet: run with initscripts provider, too --- tests/tests_ethernet_initscripts.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/tests_ethernet_initscripts.yml diff --git a/tests/tests_ethernet_initscripts.yml b/tests/tests_ethernet_initscripts.yml new file mode 100644 index 0000000..8254b7d --- /dev/null +++ b/tests/tests_ethernet_initscripts.yml @@ -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'