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'