mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Fix as many issues as feasible. Ignore the errors in generated "other_provider" tests since they are going to be removed, soon.
9 lines
208 B
YAML
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
|