Skip to content

Commit

Permalink
Fix ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Jul 15, 2024
1 parent 9c3db6f commit 9d2d674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-testing.txt
ansible-galaxy install -r requirements.yml
# we also lint the molecule setup
ansible-galaxy install -r molecule/requirements.yml
ansible-lint -v

0 comments on commit 9d2d674

Please sign in to comment.