Use enabling compatible with service changes

This commit is contained in:
Alex 2020-04-17 17:31:27 +02:00
parent 773137c9d3
commit 0cd5cb1cf8
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
systemd:
name: 'wg-quick@{{ wireguard.interface }}'
enabled: yes
state: started
state: restarted
daemon_reload: yes
- name: Restart wg-quick
systemd:
name: 'wg-quick@{{ wireguard.interface }}'