From 6cac22ddab6ada4d6a4d864fcf0ebde091edf81d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 19 Sep 2022 16:15:54 +1000 Subject: [PATCH] configure-mirrors: fix typo in 9-stream enablement list The debug repo for NFV wasn't configured to mirrors, this was a typo in Ibfd88c137855c22b960099cc8d582b241c3b1db6. Switch it back to false. Change-Id: If18d5fda42c68f4520a5c553b63c7b2d351ebd4f --- roles/configure-mirrors/vars/CentOS-9.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure-mirrors/vars/CentOS-9.yaml b/roles/configure-mirrors/vars/CentOS-9.yaml index 5002f44b4..a32302186 100644 --- a/roles/configure-mirrors/vars/CentOS-9.yaml +++ b/roles/configure-mirrors/vars/CentOS-9.yaml @@ -16,7 +16,7 @@ configure_mirrors_components_9_stream: 'highavailability-debug': false 'highavailability-source': false 'nfv': true - 'nfv-debug': true + 'nfv-debug': false 'nfv-source': false 'rt': true 'rt-debug': false