Commit 97edfce6 authored by Joanne Hugé's avatar Joanne Hugé

playbook/ugprade-amarisoft: copy libs to mme

Seems to be required in newer Amarisoft versions
parent ba7bdcf4
Pipeline #35023 failed with stage
in 0 seconds
......@@ -121,12 +121,12 @@
when: (certificate.stat.exists == True) and (new_version.stdout != "")
- name: Copy libraries to mme
shell: 'cp {{ install_folder }}/_{{ version }}/libs/*.so* {{ install_folder }}/_{{ version }}/mme/'
shell: 'cp {{ install_folder }}/{{ version }}/libs/*.so* {{ install_folder }}/_{{ version }}/mme/'
when: (certificate.stat.exists == True) and (new_version.stdout != "")
ignore_errors: True
- name: Copy libraries to mme
shell: 'cp {{ install_folder }}/_{{ version }}/libs/linux/*.so* {{ install_folder }}/_{{ version }}/mme/'
shell: 'cp {{ install_folder }}/{{ version }}/libs/linux/*.so* {{ install_folder }}/_{{ version }}/mme/'
when: (certificate.stat.exists == True) and (new_version.stdout != "")
ignore_errors: True
......
f80f612bdff3c8fbea584e8ea4a3761022a60de40736274802b4bf5d5d7f0806 -
acecb198230ff1201be00481a090aca826461bcd9bb90ec358f3178ade5190a1 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment