mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
fix the condition to enable Kubernetes Dashboard
This commit is contained in:
parent
41be8a0d07
commit
e4e5c6f3a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user