Exclude galaxy roles from linting
This commit is contained in:
parent
5cad3c19a2
commit
732cabc316
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ set -x
|
|||
|
||||
yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml
|
||||
|
||||
ansible-lint dotfiles.yml -p -c .ansible-lint
|
||||
ansible-lint dotfiles.yml -p -c .ansible-lint --exclude galaxy_roles/
|
||||
|
||||
ansible-playbook dotfiles.yml --syntax-check
|
||||
|
|
Loading…
Reference in a new issue