Fix for malformed certificate issue 53/78553/1
authorMichal Ptacek <m.ptacek@partner.samsung.com>
Fri, 15 Feb 2019 12:58:57 +0000 (12:58 +0000)
committerMichal Ptacek <m.ptacek@partner.samsung.com>
Fri, 15 Feb 2019 12:58:57 +0000 (12:58 +0000)
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 <m.ptacek@partner.samsung.com>
ansible/roles/application-install/tasks/install.yml

index 5246bf2..c0be12e 100644 (file)
@@ -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