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

fix: linter messages

parent 730a32d6
No related branches found
No related tags found
No related merge requests found
Pipeline #3044 failed
...@@ -3,7 +3,6 @@ galaxy_info: ...@@ -3,7 +3,6 @@ galaxy_info:
author: Jörg Sachse author: Jörg Sachse
description: role to install repair server for the SLUBarchiv digital preservation repository description: role to install repair server for the SLUBarchiv digital preservation repository
company: SLUB Dresden company: SLUB Dresden
namespace: "slub"
# If the issue tracker for your role is not on github, uncomment the next line and provide a value issue_tracker_url: http://example.com/issue/tracker Some suggested licenses: - BSD # If the issue tracker for your role is not on github, uncomment the next line and provide a value issue_tracker_url: http://example.com/issue/tracker Some suggested licenses: - BSD
# (default) - MIT - GPLv2 - GPLv3 - Apache - CC-BY # (default) - MIT - GPLv2 - GPLv3 - Apache - CC-BY
license: public domain license: public domain
......
...@@ -86,24 +86,24 @@ ...@@ -86,24 +86,24 @@
mode: "0755" mode: "0755"
remote_src: true remote_src: true
#- name: create validation directories # - name: create validation directories
# ansible.builtin.file: # ansible.builtin.file:
# path: "{{ item }}" # path: "{{ item }}"
# state: directory # state: directory
# mode: "0777" # it's created in a mixed mode NFS/CIFS share, so mode will always be 0777, no matter what we set # mode: "0777" # it's created in a mixed mode NFS/CIFS share, so mode will always be 0777, no matter what we set
# owner: "lza" # owner: "lza"
# group: "aw_lza_repair" # group: "aw_lza_repair"
# loop: # loop:
# - "/mnt/lza_repair_ddz/validate/unchecked/" # - "/mnt/lza_repair_ddz/validate/unchecked/"
# - "/mnt/lza_repair_ddz/validate/results/" # - "/mnt/lza_repair_ddz/validate/results/"
# - "/mnt/lza_repair_digas/validate/unchecked/" # - "/mnt/lza_repair_digas/validate/unchecked/"
# - "/mnt/lza_repair_digas/validate/results/" # - "/mnt/lza_repair_digas/validate/results/"
# - "/mnt/lza_repair_fotothek/validate/unchecked/" # - "/mnt/lza_repair_fotothek/validate/unchecked/"
# - "/mnt/lza_repair_fotothek/validate/results/" # - "/mnt/lza_repair_fotothek/validate/results/"
# - "/mnt/lza_repair_mediathek/validate/unchecked/" # - "/mnt/lza_repair_mediathek/validate/unchecked/"
# - "/mnt/lza_repair_mediathek/validate/results/" # - "/mnt/lza_repair_mediathek/validate/results/"
# - "/mnt/lza_repair_save/validate/unchecked/" # - "/mnt/lza_repair_save/validate/unchecked/"
# - "/mnt/lza_repair_save/validate/results/" # - "/mnt/lza_repair_save/validate/results/"
# man 5 systemd.unit, table "Unit File Load Path" # man 5 systemd.unit, table "Unit File Load Path"
- name: create Systemd unit directory in Unit File Load Path - name: create Systemd unit directory in Unit File Load Path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment