Use copy instead of file
This commit is contained in:
parent
840abdfbd9
commit
d26ae5df9f
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
- openvpn
|
||||
|
||||
- name: Install configuration files
|
||||
file: src={{ item.file }}
|
||||
copy: src={{ item.file }}
|
||||
dest={{ item.dest }}
|
||||
owner=root group=root mode={{ item.mode }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue