Skip to content
Snippets Groups Projects
Commit 0ab8d96f authored by Hannes Braun's avatar Hannes Braun :upside_down:
Browse files

Minor changes

- Changed a "Non-breaking space" to normal space in "service.j2" file
- Changed README.md installation part, to not longer serve the token
parent b6cb14ba
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Either refer to the role via a requirements.yml, dependencies inside a meta.yml
---
roles:
- name: role-systemd-timer
src: https://25_read_ansible_roles:glpat-5Ci385Nui9Uvyy8dQcuC@git.slub-dresden.de/ansible/referat25/role-systemd-timer.git
src: https://git.slub-dresden.de/ansible/referat25/role-systemd-timer.git
scm: git
```
......
......@@ -6,7 +6,7 @@ Type=oneshot
{% if item.value.timer_precommand is defined %}
ExecStartPre={{ item.value.timer_precommand }}
{% endif %}
ExecStart={{ item.value.timer_command }}
ExecStart={{ item.value.timer_command }}
{% if item.value.timer_user is defined %}
User={{ item.value.timer_user }}
{% endif %}
\ No newline at end of file
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment