mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-22 18:46:45 +00:00
In order to promote a diverse and inclusive environment we are replacing all the reference to "master" for "controller". Test case added. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
14 lines
430 B
YAML
14 lines
430 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
# This file was generated by ensure_provider_tests.py
|
|
---
|
|
- hosts: all
|
|
name: Run playbook 'playbooks/tests_bond_deprecated.yml' with initscripts
|
|
tasks:
|
|
- include_tasks: tasks/el_repo_setup.yml
|
|
- name: Set network provider to 'initscripts'
|
|
set_fact:
|
|
network_provider: initscripts
|
|
tags:
|
|
- always
|
|
|
|
- import_playbook: playbooks/tests_bond_deprecated.yml
|