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 ...@@ -18,7 +18,7 @@ Either refer to the role via a requirements.yml, dependencies inside a meta.yml
--- ---
roles: roles:
- name: role-systemd-timer - 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 scm: git
``` ```
......
...@@ -6,7 +6,7 @@ Type=oneshot ...@@ -6,7 +6,7 @@ Type=oneshot
{% if item.value.timer_precommand is defined %} {% if item.value.timer_precommand is defined %}
ExecStartPre={{ item.value.timer_precommand }} ExecStartPre={{ item.value.timer_precommand }}
{% endif %} {% endif %}
ExecStart={{ item.value.timer_command }} ExecStart={{ item.value.timer_command }}
{% if item.value.timer_user is defined %} {% if item.value.timer_user is defined %}
User={{ item.value.timer_user }} User={{ item.value.timer_user }}
{% endif %} {% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment