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

refactor: streamline directory creation for callas PDFEngine SDK

parent b2252dab
No related branches found
No related tags found
No related merge requests found
--- ---
- name: create /usr/lib/cgi-bin/ - name: remove old version of callas PDFEngine
file: file:
path: "/usr/lib/cgi-bin/" path: "/usr/local/lib/callas_pdfEngine_SDK_x64"
state: directory state: absent
mode: "0755"
- name: remove old version of callas PDFEngine - name: create directories for CGI-BIN and callas PDFEngine
file: file:
path: "{{ item }}" path: "{{ item }}"
state: absent state: directory
mode: "0755"
loop: loop:
- "/usr/lib/cgi-bin/"
- "/usr/local/lib/callas_pdfEngine_SDK_x64" - "/usr/local/lib/callas_pdfEngine_SDK_x64"
- name: create new dest directory for callas PDFEngine
file:
path: "/usr/local/lib/callas_pdfEngine_SDK_x64"
state: directory
# get latest version of callas PDFEngine at # get latest version of callas PDFEngine at
# http://www.callassoftware.com/extranet/callas_pdfEngineSDK/callas_pdfEngineSDK_x64_Linux.tar.gz # http://www.callassoftware.com/extranet/callas_pdfEngineSDK/callas_pdfEngineSDK_x64_Linux.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment