Initial commit

This commit is contained in:
2024-10-30 01:50:38 +01:00
commit 587ca23374
147 changed files with 7521 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
name: Release to Ansible Galaxy
on:
push:
branches: [master]
workflow_dispatch:
jobs:
galaxy:
runs-on: ubuntu-latest
steps:
- uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{secrets.galaxy_api_key}}
git_branch: master