Skip to content

Merge pull request #81 from systemli/Reduce-output-when-looping-over-… #21

Merge pull request #81 from systemli/Reduce-output-when-looping-over-…

Merge pull request #81 from systemli/Reduce-output-when-looping-over-… #21

Workflow file for this run

---
name: Ansible Galaxy
on:
push:
branches:
- main
tags:
- "*"
jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}