mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-18 17:05:13 +00:00
To allow selecting tests with tags, tasks essential tasks need to be tagged as always to ensure that they are not accidentally skipped when specifying a tag for a test.
13 lines
383 B
YAML
13 lines
383 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
# This file was generated by ensure_provider_tests.py
|
|
---
|
|
- hosts: all
|
|
name: Run playbook 'playbooks/tests_ethernet.yml' with initscripts as provider
|
|
tasks:
|
|
- name: Set network provider to 'initscripts'
|
|
set_fact:
|
|
network_provider: initscripts
|
|
tags:
|
|
- always
|
|
|
|
- import_playbook: playbooks/tests_ethernet.yml
|