also install the ca in the right place

This commit is contained in:
Kevin Fenzi 2017-05-14 21:02:27 +00:00
commit 4629c0aa58

View file

@ -19,7 +19,7 @@
- name: Install certificate and key
copy: src={{ private }}/files/vpn/openvpn/keys/ca.crt
dest=/etc/openvpn/ca.crt
dest=/etc/openvpn/client/ca.crt
owner=root group=root mode=0600
tags:
- install