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

style: satisfy linter (comment spaces)

parent 6b88a194
No related branches found
No related tags found
No related merge requests found
Pipeline #5401 passed
...@@ -19,16 +19,16 @@ ...@@ -19,16 +19,16 @@
# KEEP THIS HERE! # KEEP THIS HERE!
# This is in preparation for when the tools actually become available for use on the repair server. # 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 # - name: create directories for validation dependencies from Gitlab-CI server
# ansible.builtin.file: # ansible.builtin.file:
# path: "/usr/share/XmlFormatValidationPlugin/" # path: "/usr/share/XmlFormatValidationPlugin/"
# state: directory # state: directory
# mode: "0755" # mode: "0755"
#- name: install validation dependencies from Gitlab-CI server # - name: install validation dependencies from Gitlab-CI server
# ansible.builtin.get_url: # ansible.builtin.get_url:
# url: "https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/releases/permalink/latest/downloads/binaries/XmlFormatValidationPlugin.jar" # url: "https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/releases/permalink/latest/downloads/binaries/XmlFormatValidationPlugin.jar"
# dest: "/usr/share/XmlFormatValidationPlugin/" # dest: "/usr/share/XmlFormatValidationPlugin/"
# mode: "0644" # mode: "0644"
- name: remove existing MediaConch-Profile repo directory (otherwise, we can't clone it in the next task -.-) - name: remove existing MediaConch-Profile repo directory (otherwise, we can't clone it in the next task -.-)
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