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:
MarkusTeufelberger
2019-04-24 07:20:00 +02:00
committed by Kubernetes Prow Robot
parent 424e59805f
commit a65605b17a
3 changed files with 4 additions and 5 deletions

View File

@ -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'