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

fix: disable installation for XML validation tool (for now)

parent 40cacdfc
No related branches found
No related tags found
No related merge requests found
Pipeline #5400 failed
......@@ -17,15 +17,18 @@
# versions of these tools!
state: present
- name: create directories for validation dependencies from Gitlab-CI server
ansible.builtin.file:
path: "/usr/share/XmlFormatValidationPlugin/"
mode: "0755"
- name: install validation dependencies from Gitlab-CI server
ansible.builtin.get_url:
url: "https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/releases/permalink/latest/downloads/binaries/XmlFormatValidationPlugin.jar"
dest: "/usr/share/XmlFormatValidationPlugin/"
mode: "0644"
# KEEP THIS HERE!
# This is in preparation for when the tools actually become available for use on the repair server.
#- name: create directories for validation dependencies from Gitlab-CI server
# ansible.builtin.file:
# path: "/usr/share/XmlFormatValidationPlugin/"
# state: directory
# mode: "0755"
#- name: install validation dependencies from Gitlab-CI server
# ansible.builtin.get_url:
# url: "https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/releases/permalink/latest/downloads/binaries/XmlFormatValidationPlugin.jar"
# dest: "/usr/share/XmlFormatValidationPlugin/"
# mode: "0644"
- name: remove existing MediaConch-Profile repo directory (otherwise, we can't clone it in the next task -.-)
ansible.builtin.file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment