mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-01 13:49:01 +02:00
Fix bool logic to install k8s dashboard
This commit is contained in:
parent
65b8c76dd7
commit
3bc6a9cf92
@ -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 == ""
|
||||
|
Loading…
Reference in New Issue
Block a user