From 5716ecfcc257d440e19c08d11ddfd429f67ae3a3 Mon Sep 17 00:00:00 2001 From: Lennard Brinkhaus Date: Wed, 20 Sep 2023 22:00:28 +0200 Subject: [PATCH] feat: some meta data --- meta/main.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index dbf0452..cd65b5b 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: Lennard Brinkhaus + description: Install and manage a Traefik + company: DragSE # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -40,7 +40,7 @@ galaxy_info: # - 99.99 galaxy_tags: [ - - paperless-ngx + paperless-ngx ] # List tags for your role here, one per line. A tag is a keyword that describes # and categorizes the role. Users find roles by searching for tags. Be sure to @@ -49,6 +49,8 @@ galaxy_info: # NOTE: A tag is limited to a single word comprised of alphanumeric characters. # Maximum 20 tags per role. -dependencies: [] +dependencies: [ + role-traefik +] # List your role dependencies here, one per line. Be sure to remove the '[]' above, # if you add dependencies to this list.