From 43c2f5c31a56c0e8bee5f0765adf084c894873e0 Mon Sep 17 00:00:00 2001 From: Craig Date: Sat, 25 Feb 2017 10:07:32 -0800 Subject: [PATCH] Installs the recommended packages with strongswan, because we need the OpenSSL (#260) plugin from libstrongswan-standard-plugins for ECDH to work. --- roles/vpn/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vpn/tasks/main.yml b/roles/vpn/tasks/main.yml index ca8ef88..f98b4c6 100644 --- a/roles/vpn/tasks/main.yml +++ b/roles/vpn/tasks/main.yml @@ -17,7 +17,7 @@ when: Win10_Enabled is defined and Win10_Enabled == "Y" - name: Install StrongSwan - apt: name=strongswan state=latest update_cache=yes + apt: name=strongswan state=latest update_cache=yes install_recommends=yes - name: Enforcing ipsec with apparmor shell: aa-enforce "{{ item }}"