Skip to content
Snippets Groups Projects
Commit dff7dd73 authored by Jörg Sachse's avatar Jörg Sachse
Browse files
parents a3bf7721 298e4d44
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
owner: "{{ vault_rosetta_user }}"
group: "{{ vault_rosetta_group }}"
state: directory
mode: "0555"
mode: "0775"
loop: "{{ local_jhove_xsds }}"
- name: install XSDs used in Rosetta format library XML metadata extractor plugin configuration
......@@ -14,6 +14,6 @@
dest: "/{{ item.dir }}{{ item.filename }}"
owner: "{{ vault_rosetta_user }}"
group: "{{ vault_rosetta_group }}"
mode: "0444"
mode: "0664"
checksum: "{{ item.sha1 }}"
loop: "{{ local_jhove_xsds }}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment