Skip to content

Commit

Permalink
lib/systemd -> etc/systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Apr 28, 2018
1 parent eeadd9c commit 30e1976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/service-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
---
- name: service | systemd | update script
template:
src: lib/systemd/system/keepalived.j2
dest: /lib/systemd/system/keepalived.service
src: etc/systemd/system/keepalived.j2
dest: /etc/systemd/system/keepalived.service
owner: root
group: root
mode: 0644
Expand Down
File renamed without changes.

0 comments on commit 30e1976

Please sign in to comment.