Skip to content

Commit

Permalink
Remove the old systemd configuration entry
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Dec 9, 2016
1 parent 9bfce61 commit 98421f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@
mode: '0755'
when: tinc__systemd | bool

- name: Clean up old systemd configuration
file:
path: '/etc/systemd/system/network.target.wants/tinc.service'
state: 'absent'

- name: Configure systemd unit files
template:
src: 'etc/systemd/system/{{ item }}.j2'
Expand Down

0 comments on commit 98421f4

Please sign in to comment.