ansible-lint: Don't use bare variables (#4608)
Circumvented one false positive from ansible-lint Moved a block of jinja magic into its own variable
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
424e59805f
commit
a65605b17a
@ -4,7 +4,6 @@ skip_list:
|
||||
# see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
|
||||
# The following rules throw errors.
|
||||
# These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
|
||||
- '104'
|
||||
- '201'
|
||||
- '204'
|
||||
- '206'
|
||||
|
Reference in New Issue
Block a user