This commit is contained in:
parent
9a17fe032d
commit
51fe499301
4 changed files with 9 additions and 5 deletions
|
@ -3,8 +3,10 @@ skip_list:
|
||||||
- no-handler
|
- no-handler
|
||||||
- git-latest
|
- git-latest
|
||||||
- fqcn
|
- fqcn
|
||||||
- name[missing]
|
- name[casing]
|
||||||
- name[play]
|
- name[play]
|
||||||
|
- no-changed-when
|
||||||
|
- name[missing]
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- galaxy_roles/
|
- galaxy_roles/
|
||||||
|
|
|
@ -12,3 +12,5 @@ rules:
|
||||||
ignore: |
|
ignore: |
|
||||||
galaxy_roles
|
galaxy_roles
|
||||||
galaxy_collections
|
galaxy_collections
|
||||||
|
env
|
||||||
|
alacritty.yml
|
|
@ -1,2 +1,2 @@
|
||||||
yamllint==1.28.0
|
ansible-lint==6.17.1
|
||||||
ansible-lint==6.10.2
|
yamllint==1.32.0
|
||||||
|
|
|
@ -6,8 +6,8 @@ PATH=${PWD}/env/bin:${PATH}
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml
|
yamllint -s .
|
||||||
|
|
||||||
ansible-lint dotfiles.yml -p -c .ansible-lint
|
ansible-lint -p
|
||||||
|
|
||||||
ansible-playbook dotfiles.yml --syntax-check
|
ansible-playbook dotfiles.yml --syntax-check
|
||||||
|
|
Loading…
Reference in a new issue