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