Fix errors

This commit is contained in:
sonny 2021-10-30 19:57:52 +02:00
parent b3d261316e
commit 22ee002aee
3 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
- name: create openvpn server directory
become: true
file:
path: '{{ item }}'
path: '{{ item.path }}'
state: directory
mode: '{{ item.mode }}'
owner: root