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

style: satisfy linter (trailing spaces)

parent 2bf6739e
No related branches found
No related tags found
No related merge requests found
Pipeline #8984 failed
......@@ -16,7 +16,7 @@
"libdist-zilla-perl",
]
state: absent
# - name: checkout ta-tools repo
# ansible.builtin.git:
# repo: "https://git.slub-dresden.de/digital-preservation/tools-for-technical-analysts.git"
......@@ -27,7 +27,7 @@
ansible.builtin.file:
path: "/tmp/tools-for-technical-analysts/"
state: absent
# Run `dzil listdeps` to get an updated list of dependencies.
# Commented dependencies are not available as Debian packages and will be
# installed when running `dzil install` in the next task.
......@@ -54,7 +54,7 @@
"libyaml-perl",
]
state: absent
# # This is THE main purpose of this task file, so we won't run this as a
# # handler, but set "noqa: no-handler" instead.
# # Also, OF COURSE we want to run it every time. We just pulled a fresh copy
......@@ -65,7 +65,7 @@
# chdir: "/tmp/tools-for-technical-analysts/"
# when: ta_tools_git.changed # noqa: no-handler
# async: 100000
- name: create directories needed by ta-tool
ansible.builtin.file:
path: "/home/{{ vault_subapp_user }}/{{ item }}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment