Optimized wireguard for ubuntu

This commit is contained in:
2021-01-12 09:44:14 +01:00
parent a273f6752f
commit f9abd2d9be
4 changed files with 31 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
- name: apt update all packages to their latest version
apt:
name: "*"
state: latest
update_cache: yes
upgrade: dist
force_apt_get: yes