Skip to content

Commit

Permalink
Merge pull request #76 from systemli/patch-1
Browse files Browse the repository at this point in the history
Bump Integration Workflow to v1.0.0
  • Loading branch information
0x46616c6b authored May 9, 2023
2 parents 8884069 + e1f9c86 commit 41a6629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@main
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.0.0
with:
distros: '[ "debian11", "debian10", "ubuntu2004", "ubuntu1804" ]'
role-dependencies: |
- src: geerlingguy.nodejs
4 changes: 3 additions & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---

roles:
- name: geerlingguy.nodejs
version: 6.1.1
collections:
- community.general
- community.mysql

0 comments on commit 41a6629

Please sign in to comment.