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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment