From 11a64087e61756791b4dab5d64e15d972b99edf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Torres=20P=C3=A9rez?= Date: Fri, 6 Sep 2024 17:40:41 +0200 Subject: [PATCH] Revert last commit - bring back common.yml to separate folder --- recipes/{ => modules}/common.yml | 0 recipes/recipe.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes/{ => modules}/common.yml (100%) diff --git a/recipes/common.yml b/recipes/modules/common.yml similarity index 100% rename from recipes/common.yml rename to recipes/modules/common.yml diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 25b6358..2bee2ac 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -10,7 +10,7 @@ image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module modules: - - from-file: common.yml + - from-file: modules/common.yml - type: signing # this sets up the proper policy & signing files for signed images to work fully