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:
parent
48b28d6442
commit
0baf44377b
2 changed files with 11 additions and 7 deletions
|
|
@ -5,10 +5,4 @@ galaxy_info:
|
|||
description: "install pulse"
|
||||
license: "MIT"
|
||||
role_name: "pulse"
|
||||
dependencies:
|
||||
- name: "docker"
|
||||
src: "git+https://gitlab.simoncor.net/ansible/ans-docker.git"
|
||||
version: "main"
|
||||
- name: "traefik"
|
||||
src: "git+https://gitlab.simoncor.net/ansible/ans-traefik.git"
|
||||
version: "main"
|
||||
dependencies: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue