Commit 30296229 authored by nanahira's avatar nanahira

remove wg from mcnetwork install

parent 017abc90
......@@ -26,10 +26,10 @@
become: true
apt:
update_cache: true
name: netcat-openbsd,wireguard
name: netcat-openbsd # ,wireguard
when: ansible_os_family == 'Debian'
- name: wireguard directory
become: true
file:
name: /etc/wireguard
state: directory
# - name: wireguard directory
# become: true
# file:
# name: /etc/wireguard
# 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