fix ansible-lint version

certbot_on_virtu
_pollion 2019-12-17 14:54:03 +01:00
parent 93709d3ed9
commit d3a2fc77da
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ yamllint:
ansible-lint: ansible-lint:
stage: lint stage: lint
script: script:
- pip install ansible-lint==4.0.0 - pip install ansible-lint>=4.1.0
- ansible-lint *.yml - ansible-lint *.yml
... ...