network/tests/tests_default_initscripts.yml
Till Maas 8cd37ac873 tests: Fix yamllint issues
Fix as many issues as feasible. Ignore the errors in generated
"other_provider" tests since they are going to be removed, soon.
2020-03-24 13:55:27 +01:00

9 lines
208 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
---
- hosts: all
tasks:
- name: Set network provider to 'initscripts'
set_fact:
network_provider: initscripts
- import_playbook: tests_default.yml