aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-11-25 11:11:25 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-11-25 11:11:25 +0100
commitf69666a4d9dc66d77a6d2ccdb59d7f947301bc01 (patch)
treee0738f351f338c814036e6fc22cff70cca298cef /meta
parent42bffebc57d913ed7a30f141f944f957c39b8c66 (diff)
downloadansible-rundeck-jobs-f69666a4d9dc66d77a6d2ccdb59d7f947301bc01.tar.gz
ansible-rundeck-jobs-f69666a4d9dc66d77a6d2ccdb59d7f947301bc01.tar.zst
ansible-rundeck-jobs-f69666a4d9dc66d77a6d2ccdb59d7f947301bc01.zip
Fix linting errors
Diffstat (limited to 'meta')
-rw-r--r--meta/main.yml41
1 files changed, 24 insertions, 17 deletions
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 @@
1galaxy_info: 1galaxy_info:
2 author: FretLink 2 author: fretlink
3 description: Love and Truck 3 role_name: rundeck_jobs
4 company: FretLink 4 description: "Love and Truck"
5 company: Fretlink
5 6
6 # If the issue tracker for your role is not on github, uncomment the 7 # If the issue tracker for your role is not on github, uncomment the
7 # next line and provide a value 8 # next line and provide a value
@@ -14,7 +15,7 @@ galaxy_info:
14 # - GPLv3 15 # - GPLv3
15 # - Apache 16 # - Apache
16 # - CC-BY 17 # - CC-BY
17 license: TBD 18 license: BSD
18 19
19 min_ansible_version: 2.5 20 min_ansible_version: 2.5
20 21
@@ -27,15 +28,21 @@ galaxy_info:
27 # this branch. If Travis integration is configured, only notifications for this 28 # this branch. If Travis integration is configured, only notifications for this
28 # branch will be accepted. Otherwise, in all cases, the repo's default branch 29 # branch will be accepted. Otherwise, in all cases, the repo's default branch
29 # (usually master) will be used. 30 # (usually master) will be used.
30 #github_branch: 31 # github_branch:
31 32
32 # 33 #
33 # platforms is a list of platforms, and each platform has a name and a list of versions. 34 # platforms is a list of platforms, and each platform has a name and a list of versions.
34 # 35 #
35 # platforms: 36 platforms:
36 # - name: Fedora 37 - name: Fedora
37 # versions: 38 versions:
38 # - all 39 - all
40 - name: Debian
41 versions:
42 - all
43 - name: Ubuntu
44 versions:
45 - all
39 # - 25 46 # - 25
40 # - name: SomePlatform 47 # - name: SomePlatform
41 # versions: 48 # versions:
@@ -45,13 +52,13 @@ galaxy_info:
45 # - 99.99 52 # - 99.99
46 53
47 galaxy_tags: [] 54 galaxy_tags: []
48 # List tags for your role here, one per line. A tag is a keyword that describes 55 # List tags for your role here, one per line. A tag is a keyword that describes
49 # and categorizes the role. Users find roles by searching for tags. Be sure to 56 # and categorizes the role. Users find roles by searching for tags. Be sure to
50 # remove the '[]' above, if you add tags to this list. 57 # remove the '[]' above, if you add tags to this list.
51 # 58 #
52 # NOTE: A tag is limited to a single word comprised of alphanumeric characters. 59 # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
53 # Maximum 20 tags per role. 60 # Maximum 20 tags per role.
54 61
55dependencies: [] 62dependencies: []
56 # List your role dependencies here, one per line. Be sure to remove the '[]' above, 63# List your role dependencies here, one per line. Be sure to remove the '[]' above,
57 # if you add dependencies to this list. 64# if you add dependencies to this list.