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

style: moar linting stuff

parent e920b1b4
No related branches found
No related tags found
No related merge requests found
Pipeline #2740 passed
......@@ -11,7 +11,7 @@
ansible.builtin.file:
path: "/operational_shared/software/"
state: directory
mode: 0755
mode: "0755"
- name: deploy checkit_tiff-Configs
ansible.builtin.file:
......
......@@ -51,7 +51,7 @@
remote_src: true
owner: "{{ vault_rosetta_user }}"
group: "{{ vault_rosetta_group }}"
mode: 0644
mode: "0644"
- name: create MediaConch etc directory
ansible.builtin.file:
......@@ -59,15 +59,15 @@
state: directory
mode: '0755'
- name: set MediaConch profile symlink # based on SLUBArchiv.digital Release 2022-01
- name: set MediaConch profile symlink # based on SLUBArchiv.digital Release 2022-01
ansible.builtin.file:
src: "{{ item.src }}" # HINT: default paths of Rosetta MediaConch Plugin
src: "{{ item.src }}" # HINT: default paths of Rosetta MediaConch Plugin
dest: "{{ item.dest }}"
state: link
force: true
mode: "0644"
loop:
- { src: "/etc/mediaconch/current_slub.cfg", dest: "/operational_shared/software/SLUB_mediaconch_policy_all.xml" }
- { src: "/etc/mediaconch/current_slub.cfg", dest: "/operational_shared/software/SLUB_mediaconch_policy_all.xml" }
- { src: "/etc/mediaconch/upcoming_slub.cfg", dest: "/operational_shared/software/SLUB_mediaconch_policy_all.xml" }
when:
- mc_profile_repo_cloned.before != mc_profile_repo_cloned.after
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment