fixing incorrectly hard-coded output file path

This commit is contained in:
aleks-mariusz 2020-04-07 12:53:56 +00:00
parent b9dfa69231
commit af0dc823de

View file

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