File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ---
3
+ name : push-to-ansible-galaxy
4
+
5
+ on :
6
+ push :
7
+ tags :
8
+ - " v*"
9
+
10
+ jobs :
11
+ build :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : checkout
15
+ uses : actions/checkout@v2
16
+ - name : galaxy
17
+ uses :
robertdebock/[email protected]
18
+ with :
19
+ galaxy_api_key : ${{ secrets.galaxy_api_key }}
Original file line number Diff line number Diff line change 1
1
---
2
2
galaxy_info :
3
3
author : " Jasper N. Brouwer, Ramon de la Fuente"
4
+ role_name : " supervisord"
4
5
description : Install and start supervisord
5
6
company : Future500
6
7
license : LGPL
7
- min_ansible_version : 1.4
8
+ min_ansible_version : " 1.4"
8
9
platforms :
9
10
- name : Debian
10
11
versions :
11
- - wheezy
12
- - jessie
13
- - stretch
14
- - buster
12
+ - bullseye
13
+ - bookworm
15
14
galaxy_tags :
16
15
- system
17
16
dependencies : []
You can’t perform that action at this time.
0 commit comments