algo/roles/wireguard/tasks/ubuntu.yml
Jack Ivanov 347f864abb
Ansible upgrade 6.1 (#14500)
* linting

* update ansible

* linters
2022-07-30 15:01:24 +03:00

11 lines
212 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