Fix errors
This commit is contained in:
parent
b3d261316e
commit
22ee002aee
3 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- name: create openvpn server directory
|
||||
become: true
|
||||
file:
|
||||
path: '{{ item }}'
|
||||
path: '{{ item.path }}'
|
||||
state: directory
|
||||
mode: '{{ item.mode }}'
|
||||
owner: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue