Skip to content
Snippets Groups Projects
Commit b6ac11b2 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

style: move package installation task to more appropriate place to make program flow more clear

parent 3f359ec1
No related branches found
No related tags found
No related merge requests found
...@@ -72,3 +72,8 @@ ...@@ -72,3 +72,8 @@
- src: "/usr/lib/x86_64-linux-gnu/libstdc++.so.6" - src: "/usr/lib/x86_64-linux-gnu/libstdc++.so.6"
dest: "/usr/local/lib/callas_pdfEngine_SDK_x64/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}/lib/libstdc++.so.6" dest: "/usr/local/lib/callas_pdfEngine_SDK_x64/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}/lib/libstdc++.so.6"
notify: run ldconfig to configure dynamic linker run-time bindings notify: run ldconfig to configure dynamic linker run-time bindings
- name: install packages
apt:
name: "libstdc++-8-dev"
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment