From b6d6544c79018695a5a8b8fcff837565b7f8d89f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 12:03:36 +0200 Subject: [PATCH] feat(meta): specify docker dependancy in meta file --- meta/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/main.yaml b/meta/main.yaml index 3afbcbc..c2c1ea4 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -5,4 +5,5 @@ galaxy_info: description: "install and configure an omni server" license: "MIT" role_name: "omni" -dependencies: [] +dependencies: + - role: "docker"