mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Installs the recommended packages with strongswan, because we need the OpenSSL (#260)
plugin from libstrongswan-standard-plugins for ECDH to work.
This commit is contained in:
parent
1e0cc8d230
commit
0db758ace4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
when: Win10_Enabled is defined and Win10_Enabled == "Y"
|
when: Win10_Enabled is defined and Win10_Enabled == "Y"
|
||||||
|
|
||||||
- name: Install StrongSwan
|
- 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
|
- name: Enforcing ipsec with apparmor
|
||||||
shell: aa-enforce "{{ item }}"
|
shell: aa-enforce "{{ item }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue