From 00e7d2a28cda800a9320af9704293c8e1dba734a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 13 Jan 2023 12:01:46 -0800 Subject: [PATCH] typo: use the correct seperator Signed-off-by: Kevin Fenzi --- inventory/group_vars/builders | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/builders b/inventory/group_vars/builders index 2ac13384ed..f2f5cea8d1 100644 --- a/inventory/group_vars/builders +++ b/inventory/group_vars/builders @@ -14,4 +14,4 @@ nagios_Check_Services: swap: false primary_auth_source: ipa # exclude updating koji-containerbuild for now as it breaks our setup. -package_exlcudes="koji-containerbuild*" +package_exlcudes: "koji-containerbuild*"