Try copy here
This commit is contained in:
parent
1c0771b84b
commit
bf67428a23
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
- openvpn
|
- openvpn
|
||||||
|
|
||||||
- name: Install configuration files
|
- name: Install configuration files
|
||||||
file: src={{ item.file }}
|
copy: src={{ item.file }}
|
||||||
dest={{ item.dest }}
|
dest={{ item.dest }}
|
||||||
owner=root group=root mode={{ item.mode }}
|
owner=root group=root mode={{ item.mode }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue