From 04f2ca63781329f6f36733299f164c2c0732fee6 Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Fri, 15 Feb 2019 12:58:57 +0000 Subject: Fix for malformed certificate issue Without this patch certificate is distributed in malformed shape and leads to policy-drools pod not working Issue-ID: OOM-1662 Change-Id: I1e5f51c6aa7857a9347d2d8ef8d523508d094df0 Signed-off-by: Michal Ptacek --- ansible/roles/application-install/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/roles/application-install/tasks/install.yml b/ansible/roles/application-install/tasks/install.yml index 5246bf2f..c0be12eb 100644 --- a/ansible/roles/application-install/tasks/install.yml +++ b/ansible/roles/application-install/tasks/install.yml @@ -50,7 +50,7 @@ dest: "{{ app_data_path}}/override.yaml" content: | global: - cacert: + cacert: | {{ root_cert['content'] | b64decode | indent( width=4, indentfirst=False) }} - name: Check for deploy plugin presence -- cgit 1.2.3-korg