Skip to content

Commit

Permalink
Updates distributions list in README.md and adds Github action to pus…
Browse files Browse the repository at this point in the history
…h to Galaxy
  • Loading branch information
michielfuture500 committed Oct 3, 2023
1 parent 4f6fc0f commit 56d8b85
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 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 @@ -14,7 +14,7 @@ It also runs apt-get update when it was run, last time, more than `{{ debian_cac
Requirements
------------

Debian Wheezy/Jessie/Stretch/Buster/Bullseye.
Debian Bullseye/Bookworm.

Role Variables
--------------
Expand Down
8 changes: 3 additions & 5 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
---
galaxy_info:
author: "Jasper N. Brouwer, Ramon de la Fuente"
role_name: "debian"
description: Debian base tasks
company: Future500
license: LGPL-3.0
min_ansible_version: 1.4
min_ansible_version: "1.4"
platforms:
- name: Debian
versions:
- wheezy
- jessie
- stretch
- buster
- bullseye
- bookworm
galaxy_tags:
- system
dependencies: []

0 comments on commit 56d8b85

Please sign in to comment.