openvpn: Lint fixes

This commit is contained in:
Timo Makinen 2021-03-31 22:48:48 +00:00
parent 5094394edd
commit afc06c9ccc

View file

@ -47,7 +47,8 @@
- name: copy config
copy:
src: "{{ ansible_private }}/files/openvpn/tap0.conf.{{ inventory_hostname }}"
src: |
"{{ ansible_private }}/files/openvpn/tap0.conf.{{ inventory_hostname }}"
dest: /etc/openvpn/tap0.conf
mode: 0600
owner: root