mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
Merge pull request #93 from anr09/master
fix the condition to enable Kubernetes Dashboard
This commit is contained in:
commit
9ece16e1c2
@ -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