feat: move deps to playbook

Remove galaxy dependencies from role meta and add explicit
include_role tasks in the playbook instead.
This commit is contained in:
Simon Cornet 2026-05-08 15:44:27 +02:00
commit 02fba6bb5d

View file

@ -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: []