Commit 9ece16e1 authored by Jeff Geerling's avatar Jeff Geerling Committed by GitHub

Merge pull request #93 from anr09/master

fix the condition to enable Kubernetes Dashboard
parents 41be8a0d e4e5c6f3
......@@ -79,4 +79,4 @@
command: "kubectl create -f {{ kubernetes_web_ui_manifest_file }}"
when:
- kubernetes_enable_web_ui | bool
- kubernetes_dashboard_service is failed
- kubernetes_dashboard_service.rc != 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment