From b17b3930a344de78144d4ef681dbe0e36bd438c7 Mon Sep 17 00:00:00 2001 From: Craig Bernstein Date: Thu, 23 Feb 2017 22:21:58 -0800 Subject: [PATCH] Installs the recommended packages with strongswan, because we need the OpenSSL 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 ca8ef886..f98b4c6b 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 }}"