Skip to content

Commit

Permalink
Running ansible-lint action twice to fix bug with found collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
barstown committed Jun 28, 2024
1 parent 6c27254 commit b698235
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
# This runs twice, once to install the collections and roles, because
# the current action is unable to resolve FQCN for modules on first pass
- name: Install required collections and roles
uses: ansible/ansible-lint@v24
with:
args: "galaxy.yml -v"
- name: Run ansible-lint
uses: ansible/ansible-lint@v24
with:
args: "-v"

0 comments on commit b698235

Please sign in to comment.