Installs the recommended packages with strongswan, because we need the OpenSSL (#260)

plugin from libstrongswan-standard-plugins for ECDH to work.
pull/248/merge
Craig 7 years ago committed by Jack Ivanov
parent b8f3d43eee
commit 43c2f5c31a

@ -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 }}"

Loading…
Cancel
Save