Skip to content

Commit

Permalink
Use separated ansible-galaxy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xshadow committed Jul 11, 2022
1 parent 21cbfe1 commit 117140b
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 117140b

Please sign in to comment.