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

fix: replace deprecated 'with_' statement by 'loop' statement

parent 69142fda
Branches
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@
src: "{{ item.src }}"
dest: "{{ item.dest }}"
state: link
with_items:
loop:
- src: "/usr/lib/gcc/x86_64-linux-gnu/8/libstdc++.so"
dest: "/usr/local/lib/callas_pdfEngine_SDK_x64/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}/lib/libstdc++.so"
- src: "/usr/lib/x86_64-linux-gnu/libstdc++.so.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment