algo/roles/wireguard/tasks/ubuntu.yml
David Myers 8894dd0848
Discontinue use of the WireGuard PPA (#1855)
* Discontinue use of the WireGuard PPA

* Add instructions to update the system

* Change reboot instruction
2020-08-06 19:09:15 +03:00

11 lines
214 B
YAML

---
- name: WireGuard installed
apt:
name: wireguard
state: present
update_cache: true
- name: Set OS specific facts
set_fact:
service_name: "wg-quick@{{ wireguard_interface }}"
tags: always