And we put directly the destination, no location set
This commit is contained in:
parent
cf1f8dba40
commit
8185a415d2
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
- name: Install certificate and key
|
||||
file: src={{ item.file }}
|
||||
dest={{ item.location }}/{{ item.dest }}
|
||||
dest={{ item.dest }}
|
||||
owner=root group=root mode={{ mode }}
|
||||
with_items:
|
||||
- { file: "{{ puppet_private }}/vpn/openvpn/keys/ca.crt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue