Browse Source

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.
pull/7057/head
Kenichi Omichi 3 years ago
committed by GitHub
parent
commit
0b81c6a6c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -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…
Cancel
Save