Skip to content

Commit

Permalink
timer: Fixed path for systemd units
Browse files Browse the repository at this point in the history
  • Loading branch information
mortzu authored and mortzu committed Mar 20, 2023
1 parent c0ef35b commit 32ececb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/timer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: Upload service and timer
template:
src: "job.{{ item }}"
dest: /lib/systemd/system/{{ timer_name }}.{{ item }}
dest: "/etc/systemd/system/{{ timer_name }}.{{ item }}"
with_items:
- service
- timer
Expand Down

0 comments on commit 32ececb

Please sign in to comment.