CI: Switch to pip version of ansible-lint
This commit is contained in:
parent
11e328a847
commit
b467b81ba1
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ stages:
|
||||||
|
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: docker.io/library/fedora:33
|
image: docker.io/library/python:3.8-slim
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y ansible-lint
|
- pip install ansible-lint
|
||||||
script:
|
script:
|
||||||
- ansible-lint *.yml
|
- ansible-lint *.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue