mirror of
https://github.com/linux-system-roles/network.git
synced 2026-08-01 15:30:08 +00:00
Include task 'el_repo_setup.yml' for initscripts provider
To warrant the integration tests succeed when running with initscripts provider, include task 'el_repo_setup.yml' to enable the base repo support. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
529ca94b81
commit
0bfd29c029
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ RUN_PLAYBOOK_WITH_INITSCRIPTS = """# SPDX-License-Identifier: BSD-3-Clause
|
|||
- hosts: all
|
||||
name: Run playbook '{test_playbook}' with initscripts as provider
|
||||
tasks:
|
||||
- include_tasks: tasks/el_repo_setup.yml
|
||||
- name: Set network provider to 'initscripts'
|
||||
set_fact:
|
||||
network_provider: initscripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue