Skip to content
Snippets Groups Projects
Unverified Commit 0b81c6a6 authored by Kenichi Omichi's avatar Kenichi Omichi Committed by GitHub
Browse files

Fix to use ansible-lint instead of ansible-lint.sh (#7047)

tests/scripts/ansible-lint.sh was written on the doc, but there was
not such file actually. We can use ansible-lint command to check
ansible yml files without any options.
This updates to use the command.
parent 36bd4cdc
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ To install development dependencies you can use `pip install -r tests/requiremen
#### Linting
Kubespray uses `yamllint` and `ansible-lint`. To run them locally use `yamllint .` and `./tests/scripts/ansible-lint.sh`
Kubespray uses `yamllint` and `ansible-lint`. To run them locally use `yamllint .` and `ansible-lint`
#### Molecule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment