Fix bool logic to install k8s dashboard

This commit is contained in:
Bart Van Bos 2020-03-21 04:08:50 +01:00
parent 65b8c76dd7
commit 3bc6a9cf92

View File

@ -63,4 +63,4 @@
command: "kubectl create -f {{ kubernetes_web_ui_manifest_file }}"
when:
- kubernetes_enable_web_ui | bool
- kubernetes_dashboard_service is failed
- kubernetes_dashboard_service.stdout == ""