Skip to content

Commit

Permalink
chore: cleanup versions in ansible-galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxthier committed Dec 16, 2024
1 parent e692f8a commit 5ab3c2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/delete_galaxy_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Delete role from Ansible Galaxy

# configure manual trigger
on:
workflow_dispatch:

jobs:
delete:
uses: adfinis/github-workflows-bareos/.github/workflows/[email protected]
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
release:
uses: adfinis/github-workflows-bareos/.github/workflows/ansible-role.yaml@v0.1.1
uses: adfinis/github-workflows-bareos/.github/workflows/ansible-galaxy-role-release.yaml@v0.5.0
secrets: inherit

0 comments on commit 5ab3c2a

Please sign in to comment.