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:
Wen Liang 2021-07-22 07:50:22 -04:00 committed by liangwen12year
parent 529ca94b81
commit 0bfd29c029

View file

@ -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