mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
fixing incorrectly hard-coded output file path
This commit is contained in:
parent
b9dfa69231
commit
af0dc823de
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
- name: Configure libstrongswan to relax CA constraints
|
||||
copy:
|
||||
src: libstrongswan-relax-constraints.conf
|
||||
dest: /etc/strongswan/strongswan.d/relax-ca-constraints.conf
|
||||
dest: "{{ configs_prefix }}/strongswan.d/relax-ca-constraints.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Reference in a new issue