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:
Kenichi Omichi 2020-12-17 07:21:09 -08:00 committed by GitHub
parent 36bd4cdc43
commit 0b81c6a6c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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