From 6f2d0464cf68ea633bc4954d00e1a7995c0cef99 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 12 Dec 2019 11:10:48 -0500 Subject: [PATCH] testnode: Add lab-extras repo to RHEL8 Signed-off-by: David Galloway --- roles/testnode/vars/redhat_8.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/testnode/vars/redhat_8.yml b/roles/testnode/vars/redhat_8.yml index 72f075c..082acfa 100644 --- a/roles/testnode/vars/redhat_8.yml +++ b/roles/testnode/vars/redhat_8.yml @@ -1,7 +1,12 @@ --- # vars specific to any rhel 8.x version -common_yum_repos: {} +common_yum_repos: + lab-extras: + name: "lab-extras" + baseurl: "http://{{ mirror_host }}/lab-extras/8/" + enabled: 1 + gpgcheck: 0 packages: - '@core' -- 2.39.5