Skip to content

Commit

Permalink
CI: Revert the Revert "Fix ansible-lint failures" (#4939)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Jan 28, 2025
1 parent 994dafe commit 89bb055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ __pycache__/
# ansible_collections/arista/avd/tests ignores
ansible_collections/arista/avd/tests/.mypy_cache/

# ansible-lint ignores
ansible_collections/arista/avd/.ansible

# Development
## pyenv
.python-version
Expand Down
3 changes: 3 additions & 0 deletions ansible_collections/arista/avd/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ skip_list:
- var-naming[no-role-prefix] # TODO: Fix internal variable names as a breaking change for AVD 5.0.0
kinds:
- yaml: "**/molecule/**/inventory/host_vars/host1/roles.yml"
exclude_paths:
- .cache/
- .ansible/

0 comments on commit 89bb055

Please sign in to comment.