summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-02-15 12:58:57 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-02-15 12:58:57 +0000
commit04f2ca63781329f6f36733299f164c2c0732fee6 (patch)
tree6983436f8c2a4bee0f8073b6fbbf969f5e9db563 /ansible
parente056345e8136959616622fbdeadc45851521b830 (diff)
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 <m.ptacek@partner.samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/application-install/tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
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