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

feat: install XmlFormatValidationPlugin from GitLab-CI release

parent 8c7dde60
No related branches found
No related tags found
No related merge requests found
Pipeline #5347 failed
......@@ -17,6 +17,16 @@
# 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"
- name: remove existing MediaConch-Profile repo directory (otherwise, we can't clone it in the next task -.-)
ansible.builtin.file:
path: "/tmp/mediaconch-profile/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment