From 02fba6bb5db45f0e2ffbeab16c1e8c8ab5e6f669 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 15:44:27 +0200 Subject: [PATCH] feat: move deps to playbook Remove galaxy dependencies from role meta and add explicit include_role tasks in the playbook instead. --- meta/main.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/main.yaml b/meta/main.yaml index 4ad52ff..38a55f4 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -5,8 +5,4 @@ galaxy_info: description: "install and configure an pangolin server" license: "MIT" role_name: "pangolin" -dependencies: - - name: "docker" - src: "https://gitlab.simoncor.net/ansible/ans-docker.git" - scm: "git" - version: "main" +dependencies: []