Skip to content

Commit

Permalink
Bump Integration Workflow to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed May 10, 2023
1 parent 85135c6 commit b726b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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" ]'
role-dependencies: |
- src: geerlingguy.nodejs
6 changes: 4 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---

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

0 comments on commit b726b41

Please sign in to comment.