Merge pull request #93 from anr09/master

fix the condition to enable Kubernetes Dashboard
This commit is contained in:
Jeff Geerling 2021-01-26 00:06:37 -06:00 committed by GitHub
commit 9ece16e1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,4 +79,4 @@
command: "kubectl create -f {{ kubernetes_web_ui_manifest_file }}" command: "kubectl create -f {{ kubernetes_web_ui_manifest_file }}"
when: when:
- kubernetes_enable_web_ui | bool - kubernetes_enable_web_ui | bool
- kubernetes_dashboard_service is failed - kubernetes_dashboard_service.rc != 0