Fix and update CI #18

Merged
otthorn merged 8 commits from fix_and_update_ci into master 2021-02-16 13:10:53 +01:00
Showing only changes of commit abcdf59824 - Show all commits

View file

@ -7,7 +7,7 @@ steps:
- name: yamllint
image: python:3.9-alpine
commands:
- pip install yamllint==1.25.0
- pip install yamllint==1.26.0
- yamllint -c .yamllint.yml .
- name: ansible-lint