Skip to content

Commit

Permalink
tests: bump ansible-lint version
Browse files Browse the repository at this point in the history
see ansible/ansible-lint#1795

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits committed Jan 12, 2022
1 parent 7f615e3 commit fa814f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
with:
python-version: '3.8'
architecture: x64
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==4.3.7
- run: ansible-lint -v --force-color ./*.yml
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==5.3.2
- run: ansible-lint -v --force-color -c tests/ansible-lint.conf ./*.yml

0 comments on commit fa814f3

Please sign in to comment.