]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/wireguard/tasks/main.yml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / roles / wireguard / tasks / main.yml
diff --git a/playbooks/roles/wireguard/tasks/main.yml b/playbooks/roles/wireguard/tasks/main.yml
deleted file mode 100644 (file)
index 52f4f45..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- name: Install WireGuard (Debian)
-  become: true
-  apt:
-    autoclean: yes
-    autoremove: yes
-    cache_valid_time: 3600
-    install_recommends: no
-    name: ['wireguard', 'resolvconf']
-    state: latest
-    update_cache: yes
-  when: ansible_facts.os_family == 'Debian'