Remove the management of Wireguard service.

The local OS can take care of it.
This commit is contained in:
Scott Wallace 2019-10-15 07:59:37 +01:00
parent 54c5b0cae0
commit b684bd25ea

View file

@ -69,11 +69,6 @@
group: 'root'
become: true
- name: 'Wireguard: Service enabled'
service:
name: 'wg-quick@wg0'
enabled: false
- name: 'Config: Checkout some repositories for local config'
tags:
- config