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 @@
- s: "/usr/share/checkit_tiff_upcoming/example_configs/cit_tiff_retrofotos_SLUB.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
ansible.builtin.copy:
src: "/tmp/validate_workflows/src/usr/local/bin/validate_workflow.sh"
dest: "/usr/local/bin/"
mode: "0755"
remote_src: true
ansible.builtin.apt:
name: "validate-workflows"
state: latest
install_recommends: true
# - name: create validation directories
# ansible.builtin.file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment