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.
This commit is contained in:
parent
36bd4cdc43
commit
0b81c6a6c4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ To install development dependencies you can use `pip install -r tests/requiremen
|
||||||
|
|
||||||
#### Linting
|
#### 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
|
#### Molecule
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue