Skip to content

Commit 1dde8f1

Browse files
Updates distributions support and adds Github action
1 parent 7914a5a commit 1dde8f1

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 }}

meta/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
galaxy_info:
33
author: "Jasper N. Brouwer, Ramon de la Fuente"
4+
role_name: "supervisord"
45
description: Install and start supervisord
56
company: Future500
67
license: LGPL
7-
min_ansible_version: 1.4
8+
min_ansible_version: "1.4"
89
platforms:
910
- name: Debian
1011
versions:
11-
- wheezy
12-
- jessie
13-
- stretch
14-
- buster
12+
- bullseye
13+
- bookworm
1514
galaxy_tags:
1615
- system
1716
dependencies: []

0 commit comments

Comments
 (0)