mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
feat: ansible-lint ignore file example
This commit is contained in:
12
examples/dotfiles/.ansible-lint-ignore
Normal file
12
examples/dotfiles/.ansible-lint-ignore
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
## '.ansible-lint-ignore' or '.config/ansible-lint-ignore.txt'
|
||||
##
|
||||
## List of tags per file for ansible-lint to ignore.
|
||||
##
|
||||
## Sources:
|
||||
## - https://ansible.readthedocs.io/projects/lint/configuring/#ignoring-rules-for-entire-files
|
||||
## - https://ansible.readthedocs.io/projects/lint/usage/#using-commands
|
||||
################################################################################
|
||||
|
||||
playbook.yml package-latest # disables the 'package-latest' rule for the 'playbook.yml' file only
|
||||
playbook-2.yml deprecated-module # disables the 'deprecated-module' rule for the 'playbook-2.yml' file only
|
||||
Reference in New Issue
Block a user