openvpn: Lint fixes
This commit is contained in:
parent
5094394edd
commit
afc06c9ccc
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@
|
||||||
|
|
||||||
- name: copy config
|
- name: copy config
|
||||||
copy:
|
copy:
|
||||||
src: "{{ ansible_private }}/files/openvpn/tap0.conf.{{ inventory_hostname }}"
|
src: |
|
||||||
|
"{{ ansible_private }}/files/openvpn/tap0.conf.{{ inventory_hostname }}"
|
||||||
dest: /etc/openvpn/tap0.conf
|
dest: /etc/openvpn/tap0.conf
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue