From f69666a4d9dc66d77a6d2ccdb59d7f947301bc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Thu, 25 Nov 2021 11:11:25 +0100 Subject: Fix linting errors --- meta/main.yml | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to 'meta') diff --git a/meta/main.yml b/meta/main.yml index 0e695af..536c81f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,8 @@ galaxy_info: - author: FretLink - description: Love and Truck - company: FretLink + author: fretlink + role_name: rundeck_jobs + description: "Love and Truck" + company: Fretlink # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,7 +15,7 @@ galaxy_info: # - GPLv3 # - Apache # - CC-BY - license: TBD + license: BSD min_ansible_version: 2.5 @@ -27,15 +28,21 @@ galaxy_info: # this branch. If Travis integration is configured, only notifications for this # branch will be accepted. Otherwise, in all cases, the repo's default branch # (usually master) will be used. - #github_branch: + # github_branch: # # platforms is a list of platforms, and each platform has a name and a list of versions. # - # platforms: - # - name: Fedora - # versions: - # - all + platforms: + - name: Fedora + versions: + - all + - name: Debian + versions: + - all + - name: Ubuntu + versions: + - all # - 25 # - name: SomePlatform # versions: @@ -45,13 +52,13 @@ galaxy_info: # - 99.99 galaxy_tags: [] - # 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 - # remove the '[]' above, if you add tags to this list. - # - # NOTE: A tag is limited to a single word comprised of alphanumeric characters. - # Maximum 20 tags per role. + # 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 + # remove the '[]' above, if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of alphanumeric characters. + # Maximum 20 tags per role. dependencies: [] - # List your role dependencies here, one per line. Be sure to remove the '[]' above, - # if you add dependencies to this list. +# List your role dependencies here, one per line. Be sure to remove the '[]' above, +# if you add dependencies to this list. -- cgit v1.2.3