Commit 30296229 authored by nanahira's avatar nanahira

remove wg from mcnetwork install

parent 017abc90
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
become: true become: true
apt: apt:
update_cache: true update_cache: true
name: netcat-openbsd,wireguard name: netcat-openbsd # ,wireguard
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: wireguard directory # - name: wireguard directory
become: true # become: true
file: # file:
name: /etc/wireguard # name: /etc/wireguard
state: directory # state: directory
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment