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

chore: remove inactive code

parent 6f712c05
No related branches found
No related tags found
No related merge requests found
...@@ -22,13 +22,11 @@ ...@@ -22,13 +22,11 @@
- name: copy callas PDFEngine - name: copy callas PDFEngine
copy: copy:
src: "pdf_treatment/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz" src: "pdf_treatment/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz"
# dest: "/home/{{ vault_users[0].name }}/"
dest: "/usr/local/lib/" dest: "/usr/local/lib/"
# caution, don't extract to /tmp (https://github.com/ansible/ansible/issues/28569) # caution, don't extract to /tmp (https://github.com/ansible/ansible/issues/28569)
- name: unpack callas PDFEngine - name: unpack callas PDFEngine
unarchive: unarchive:
# src: "/home/{{ vault_users[0].name }}/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz"
src: "/usr/local/lib/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz" src: "/usr/local/lib/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz"
dest: "/usr/local/lib/callas_pdfEngine_SDK_x64" dest: "/usr/local/lib/callas_pdfEngine_SDK_x64"
remote_src: true remote_src: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment