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 5ecc4b4 commit 3ecb719
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 @@ -6,7 +6,7 @@ Install [Composer](https://getcomposer.org/), the dependency manager for PHP.
Requirements
------------

This role is tailored towards Debian Wheezy / Jessie / Stretch / Buster.
This role is tailored towards Debian Bullseye / Bookworm.

The packages `python-apt` (or `python3-apt`) must be installed.

Expand Down
7 changes: 3 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

galaxy_info:
author: "Jasper N. Brouwer, Ramon de la Fuente"
role_name: php_composer
description: Install Composer, the dependency manager for PHP
company: Future500
license: LGPL-3.0
min_ansible_version: 1.4
platforms:
- name: Debian
versions:
- wheezy
- jessie
- stretch
- buster
- bullseye
- bookworm
categories:
- web
- system

0 comments on commit 3ecb719

Please sign in to comment.