mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +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
|
- name: Configure libstrongswan to relax CA constraints
|
||||||
copy:
|
copy:
|
||||||
src: libstrongswan-relax-constraints.conf
|
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
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Add table
Reference in a new issue