From b731df4d74cc510d16d5db15ba54ab13fbf14373 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Wed, 3 May 2023 12:34:20 -0600 Subject: feat(apt_repository): Allow specifying arbitrary options (#13728) This allows specifying additional options to apt repositories, in addition to `trusted` and `arch`. By using an array of strings we also allow using multivalue operators like -= and += Fixes: #13727 Signed-off-by: Thayne McCombs --- cspell.json | 1 + 1 file changed, 1 insertion(+) (limited to 'cspell.json') diff --git a/cspell.json b/cspell.json index d833183917..9e8b47308a 100644 --- a/cspell.json +++ b/cspell.json @@ -218,6 +218,7 @@ "cookbookname", "copypasta", "coreutils", + "corretto", "cpio", "Crae", "CREAT", -- cgit v1.2.1