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 79b9933 commit c842437
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 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/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ also as skeleton for future users created on this system.
Requirements
------------

Debian Wheezy/Jessie/Stretch/Buster with the package python-pycurl and python-software-properties installed.
Debian Bullseye / Bookworm with the package python-pycurl and python-software-properties installed.
Also, you need bash for this to be of any use.

Role Variables
Expand Down
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: bashrc
description: Install a nice bash profile
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 c842437

Please sign in to comment.