Skip to content

Commit

Permalink
Update .ansible-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-DP committed Jan 29, 2025
1 parent 35298d2 commit af693c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
exclude_paths:
- .git/
- .github/
- accelerator/tests/
- test/
- utils/test/
- docs/
- test/
- examples/
- accelerator/tests/
- .ansible-lint.yml
- .readthedocs.yaml

Expand All @@ -16,10 +16,10 @@ warn_list:
- meta-incorrect
- fqcn-builtins

skip_list:
- experimental
- no-changed-when
- command-instead-of-module
# skip_list:
# - experimental
# - no-changed-when
# - command-instead-of-module

verbosity: 1
profile: production

0 comments on commit af693c8

Please # to comment.