Move back from copy to file for testing
This commit is contained in:
parent
e070415e34
commit
6142a27e19
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
- packages
|
||||
|
||||
- name: Install certificate and key
|
||||
copy: src={{ item.file }}
|
||||
file: src={{ item.file }}
|
||||
dest={{ item.dest }}
|
||||
owner=root group=root mode={{ item.mode }}
|
||||
with_items:
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
- openvpn
|
||||
|
||||
- name: Install configuration files
|
||||
copy: src={{ item.file }}
|
||||
file: 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