From ae284808698a022bc8879e4384003a90b4209ac7 Mon Sep 17 00:00:00 2001 From: Mark Meijerman Date: Mon, 9 Oct 2023 09:41:14 +0200 Subject: [PATCH] update the galaxy role info + push to galaxy --- .github/workflows/push-to-ansible-galaxy.yml | 19 +++++++++++++++++++ meta/main.yml | 7 +++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/push-to-ansible-galaxy.yml diff --git a/.github/workflows/push-to-ansible-galaxy.yml b/.github/workflows/push-to-ansible-galaxy.yml new file mode 100644 index 0000000..1af6e8c --- /dev/null +++ b/.github/workflows/push-to-ansible-galaxy.yml @@ -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 }} \ No newline at end of file diff --git a/meta/main.yml b/meta/main.yml index fa95c5a..8c4747c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,7 @@ --- 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 @@ -8,10 +9,8 @@ galaxy_info: platforms: - name: Debian versions: - - wheezy - - jessie - - stretch - - buster + - bullseye + - bookworm galaxy_tags: - system dependencies: []