ansible-lint: Don’t compare to literal True/False (#4499)

This commit is contained in:
Maxime Guyot
2019-04-17 17:42:03 +02:00
committed by Kubernetes Prow Robot
parent d4b9f15c0a
commit 37eac010c8
11 changed files with 22 additions and 17 deletions

View File

@@ -528,7 +528,7 @@ downloads:
- kube-node
nodelocaldns:
enabled: "{{ enable_nodelocaldns == True }}"
enabled: "{{ enable_nodelocaldns }}"
container: true
repo: "{{ nodelocaldns_image_repo }}"
tag: "{{ nodelocaldns_image_tag }}"