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

style: respect line length warnings for comments and clean them up

parent a2da362a
No related branches found
No related tags found
No related merge requests found
......@@ -16,15 +16,18 @@
path: "/usr/local/lib/callas_pdfEngine_SDK_x64"
state: directory
# get latest version of callas PDFEngine at http://www.callassoftware.com/extranet/callas_pdfEngineSDK/callas_pdfEngineSDK_x64_Linux.tar.gz
# get latest version of callas PDFEngine at
# http://www.callassoftware.com/extranet/callas_pdfEngineSDK/callas_pdfEngineSDK_x64_Linux.tar.gz
# downloading with unarchive will be deprecated, so we use a separate copy task
# !!! CAUTION: DO NOT AUTOMATICALLY INSTALL NEW SDK VERSIONS WITHOUT RECOMPILING CGI-BIN FILES!!!
# !!! CAUTION: DO NOT AUTOMATICALLY INSTALL NEW SDK VERSIONS WITHOUT RECOMPILING
# CGI-BIN FILES!!!
- name: copy callas PDFEngine
copy:
src: "pdf_treatment/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz"
dest: "/usr/local/lib/"
# caution, don't extract to /tmp (https://github.com/ansible/ansible/issues/28569)
# !!! CAUTION: DO NOT EXTRACT TO /tmp/
# (https://github.com/ansible/ansible/issues/28569)
- name: unpack callas PDFEngine
unarchive:
src: "/usr/local/lib/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}.tar.gz"
......@@ -44,7 +47,6 @@
recurse: true
state: directory
# symlink callas PDFEngine from '/home/lza/callas_pdfEngine_SDK_x64/lib' to '/usr/lib/cgi-bin/lib'
- name: symlink callas PDFEngine from '/usr/local/lib/callas_pdfEngine_SDK_x64/*' to '/usr/lib/cgi-bin/*'
file:
src: "/usr/local/lib/callas_pdfEngine_SDK_x64/callas_pdfEngineSDK_x64_Linux_{{ vault_callas_sdk_version }}/{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment