Remove unneeded config option

This commit is contained in:
Jack Ivanov 2018-08-29 12:57:04 +03:00
parent a84308ef3a
commit ff5ae2c3b9

View file

@ -5,7 +5,6 @@ Address = {{ wireguard_network_ipv4['subnet'] }}/{{ wireguard_network_ipv4['pref
ListenPort = {{ wireguard_port }}
PrivateKey = {{ lookup('file', wireguard_config_path + '/private/' + IP_subject_alt_name) }}
SaveConfig = false
Table = off
{% for u in users %}