[CI] Use the latest version of ansible-lint

certbot_on_virtu
_pollion 2019-12-17 15:00:51 +01:00
parent d3a2fc77da
commit cbea83ebc6
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.1.0 - pip install ansible-lint
- ansible-lint *.yml - ansible-lint *.yml
... ...