Skip to content

Commit 4c88a7f

Browse files
Edit Galaxy metadata
1 parent 3dd9396 commit 4c88a7f

File tree

1 file changed

+28
-39
lines changed

1 file changed

+28
-39
lines changed

meta/main.yml

Lines changed: 28 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,29 @@
11
---
2-
galaxy_info:
3-
author: Michal Muransky
4-
role_name: github_actions_runner
5-
namespace: monolithprojects
6-
description: Deploy Github Actions private runner
7-
company: MonolithProjects
8-
license: "license (MIT)"
9-
min_ansible_version: 2.10
10-
platforms:
11-
- name: EL
12-
versions:
13-
- 6
14-
- 7
15-
- 8
16-
- name: Fedora
17-
versions:
18-
- 31
19-
- 32
20-
- 33
21-
- 34
22-
- 35
23-
- 36
24-
- name: Debian
25-
versions:
26-
- bullseye
27-
- buster
28-
- stretch
29-
- name: Ubuntu
30-
versions:
31-
- xenial
32-
- bionic
33-
- focal
34-
galaxy_tags:
35-
- github
36-
- actions
37-
- private
38-
- local
39-
- runner
40-
- cicd
2+
galaxy_info:
3+
author: Michal Muransky
4+
role_name: github_actions_runner
5+
namespace: monolithprojects
6+
description: Deploy Github Actions private runner
7+
company: MonolithProjects
8+
license: "license (MIT)"
9+
min_ansible_version: "2.10"
10+
platforms:
11+
- name: EL
12+
versions:
13+
- all
14+
- name: Fedora
15+
versions:
16+
- all
17+
- name: Debian
18+
versions:
19+
- all
20+
- name: Ubuntu
21+
versions:
22+
- all
23+
galaxy_tags:
24+
- github
25+
- actions
26+
- private
27+
- local
28+
- runner
29+
- cicd

0 commit comments

Comments
 (0)