From ec58d6e133dc00f25d711c22378beee10f0f29b2 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 18 May 2018 16:39:56 -0500 Subject: [PATCH] Keystone-Webhook: fix gate boolean This PS fixes the conditional for the keystone webhook deployment in the gate. Change-Id: I7a2c00d467df98903578123a089a934a8f68cd01 --- .../opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml index 4ec063771..5cca6af44 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml @@ -138,7 +138,7 @@ - include_tasks: helm-dns.yaml - include_tasks: helm-keystone-auth.yaml - when: k8s.keystoneAuth + when: k8s.keystoneAuth|bool == true - include_tasks: helm-deploy.yaml - name: uploading cluster config to api