mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Fix CI with new ansible 2.10 package
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install test dependencies.
|
- name: Install test dependencies.
|
||||||
run: pip3 install yamllint ansible-lint
|
run: pip3 install yamllint ansible-lint ansible
|
||||||
|
|
||||||
- name: Run yamllint.
|
- name: Run yamllint.
|
||||||
run: yamllint .
|
run: yamllint .
|
||||||
|
|||||||
Reference in New Issue
Block a user