Skip to content

Commit

Permalink
added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jul 20, 2023
1 parent ad8340b commit 74f61e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
mkdir -p '/tmp/ansible_lint/roles/'
ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
ansible-galaxy collection install -r requirements.yml
shell: bash

- name: Running AnsibleLint
Expand Down
6 changes: 6 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# external roles and collections to download
# install: ansible-galaxy install -r requirements.yml

collections:
- 'community.general'

0 comments on commit 74f61e2

Please sign in to comment.