Skip to content

Commit

Permalink
Merge pull request #39 from systemli/enable_separated_ansible_galaxy_…
Browse files Browse the repository at this point in the history
…workflow2

Use separated ansible-galaxy workflow
  • Loading branch information
xshadow authored Jul 11, 2022
2 parents 21cbfe1 + 117140b commit a2982e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Ansible Galaxy
on:
push:
branches:
- main
release:

jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
distros: '[ "debian11", "debian10" ]'
role-dependencies: |
- src: geerlingguy.nodejs
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}

0 comments on commit a2982e0

Please sign in to comment.