Skip to content

Commit

Permalink
Update rules for ansible-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Savin <jtprogru@gmail.com>
  • Loading branch information
jtprogru committed Feb 27, 2021
1 parent 6862ce9 commit d7e4433
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
exclude_paths:
- ./.github/
- .github
- ./molecule
parseable: true
quiet: true
# quiet: true
# rulesdir:
# - ./rule/directory/
skip_list:
- '401'
- '204'
- '403'
- '702'
- '305'
- 'git-latest'
- 'package-latest'
# tags:
# - run_this_tag
use_default_rules: true
Expand Down

0 comments on commit d7e4433

Please sign in to comment.