CI: Switch to pip version of ansible-lint

This commit is contained in:
saibotk 2021-01-02 03:23:57 +01:00
parent 11e328a847
commit b467b81ba1
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -4,8 +4,8 @@ stages:
ansible-lint:
stage: lint
image: docker.io/library/fedora:33
image: docker.io/library/python:3.8-slim
before_script:
- dnf install -y ansible-lint
- pip install ansible-lint
script:
- ansible-lint *.yml