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

feat: install validate_workflows from Debian package instead of just pulling Git repo

parent 50467d89
No related branches found
No related tags found
No related merge requests found
...@@ -72,20 +72,11 @@ ...@@ -72,20 +72,11 @@
- s: "/usr/share/checkit_tiff_upcoming/example_configs/cit_tiff_retrofotos_SLUB.cfg" - s: "/usr/share/checkit_tiff_upcoming/example_configs/cit_tiff_retrofotos_SLUB.cfg"
d: "cit_tiff_retrofotos_SLUB_upcoming.cfg" d: "cit_tiff_retrofotos_SLUB_upcoming.cfg"
- name: clone validation tool repo
ansible.builtin.git:
repo: "https://git.slub-dresden.de/digital-preservation/validate_workflows.git"
dest: "/tmp/validate_workflows/"
# bare: true
depth: 1
recursive: false
- name: install validation tool - name: install validation tool
ansible.builtin.copy: ansible.builtin.apt:
src: "/tmp/validate_workflows/src/usr/local/bin/validate_workflow.sh" name: "validate-workflows"
dest: "/usr/local/bin/" state: latest
mode: "0755" install_recommends: true
remote_src: true
# - name: create validation directories # - name: create validation directories
# ansible.builtin.file: # ansible.builtin.file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment