Skip to content

Commit

Permalink
update the galaxy role info + push to galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmeijerman committed Oct 9, 2023
1 parent e227ade commit ae28480
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push-to-ansible-galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

---
name: push-to-ansible-galaxy

on:
push:
tags:
- "v*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
7 changes: 3 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
galaxy_info:
author: "Jasper N. Brouwer, Ramon de la Fuente"
role_name: locale
description: Generate localisation files from templates and configure locale environment variables
company: Future500
license: LGPL-3.0
min_ansible_version: 1.4
platforms:
- name: Debian
versions:
- wheezy
- jessie
- stretch
- buster
- bullseye
- bookworm
galaxy_tags:
- system
dependencies: []

0 comments on commit ae28480

Please sign in to comment.