mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2024-11-12 10:04:05 +01:00
Merge pull request #118 from k3s-io/update-ci
Fix CI with new ansible 2.10 package
This commit is contained in:
commit
456166efa5
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install test dependencies.
|
||||
run: pip3 install yamllint ansible-lint
|
||||
run: pip3 install yamllint ansible-lint ansible
|
||||
|
||||
- name: Run yamllint.
|
||||
run: yamllint .
|
||||
|
Loading…
Reference in New Issue
Block a user