diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-02-15 13:37:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-15 13:37:01 +0000 |
commit | 9364aba8b263e5357f2bd5c660cdf0f505780e7a (patch) | |
tree | 6874ba6bc7bd4a752e3ded2a1c17fbb1567bdb3e | |
parent | 173ad8e60667a9779bfe2b9908a2cf60bb757e10 (diff) | |
parent | 04f2ca63781329f6f36733299f164c2c0732fee6 (diff) |
Merge "Fix for malformed certificate issue"
-rw-r--r-- | ansible/roles/application-install/tasks/install.yml | 2 |
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 |