openvpn role: fix a typo.

This commit is contained in:
Andrea Dell'Amico 2020-04-25 17:27:01 +02:00
parent ec37831b0d
commit 57c5f89740
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
- block:
- name: Install the OpenVPN radius auth plugin package
template: src=management.txt.j2 dest={{ openvpn_management_file }}owner=root group=root mode=0400
template: src=management.txt.j2 dest={{ openvpn_management_file }} owner=root group=root mode=0400
when: openvpn_management_enabled | bool
tags: [ 'openvpn', 'openvpn_management' ]