Commit 69e173b9 authored by Joanne Hugé's avatar Joanne Hugé

playbook/amarisoft-upgrade: copy libraries to enb also

parent 3df2b51f
Pipeline #37190 failed with stage
in 0 seconds
...@@ -145,6 +145,16 @@ ...@@ -145,6 +145,16 @@
when: (certificate.stat.exists == True) and (new_version_found == True) when: (certificate.stat.exists == True) and (new_version_found == True)
ignore_errors: True ignore_errors: True
- name: Copy libraries to enb
shell: 'cp {{ install_folder }}/{{ version }}/libs/*.so* {{ install_folder }}/_{{ version }}/enb/'
when: (certificate.stat.exists == True) and (new_version_found == True)
ignore_errors: True
- name: Copy libraries to enb
shell: 'cp {{ install_folder }}/{{ version }}/libs/linux/*.so* {{ install_folder }}/_{{ version }}/enb/'
when: (certificate.stat.exists == True) and (new_version_found == True)
ignore_errors: True
- name: Move amarisoft folder - name: Move amarisoft folder
shell: 'mv {{ install_folder }}/_{{ version }} {{ install_folder }}/v{{ version }}.{{ new_timestamp.stdout }}' shell: 'mv {{ install_folder }}/_{{ version }} {{ install_folder }}/v{{ version }}.{{ new_timestamp.stdout }}'
when: (certificate.stat.exists == True) and (new_version_found == True) when: (certificate.stat.exists == True) and (new_version_found == True)
......
a3959abc72e7e6f50a709b7f5af6adc7a18c45dadb5fa9bab09b435689248856 - 550dbd6cde4687a2b36756eeee19d02b601501c7a4f1ca508f58d243c1ed84e0 -
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