Skip to content

Commit

Permalink
Match ansible-lint exclude paths with ansible-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashuste committed Jan 16, 2025
1 parent cdc58aa commit 0ef01bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
#
# SPDX-License-Identifier: Apache-2.0

exclude_paths:
- .cache/

Check failure on line 7 in .ansible-lint

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[quoted-strings]

String value is not quoted with any quotes
- .ansible/

Check failure on line 8 in .ansible-lint

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[quoted-strings]

String value is not quoted with any quotes
skip_list:
- 'var-naming[no-role-prefix]'

0 comments on commit 0ef01bd

Please sign in to comment.