Fix path to openvpn client.conf
This commit is contained in:
parent
c109aef354
commit
7dd8c4ec4f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
# - restart openvpn
|
||||
|
||||
- name: /etc/openvpn/openvpn.conf
|
||||
copy: src="{{ files }}/files/openvpn/client.conf" dest=/etc/openvpn/openvpn.conf
|
||||
copy: src="{{ files }}/openvpn/client.conf" dest=/etc/openvpn/openvpn.conf
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue