Let's try quotes around the modes
This commit is contained in:
parent
8de71b59e3
commit
3248bc2878
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@
|
|||
with_items:
|
||||
- { file: "{{ puppet_private }}/vpn/openvpn/keys/ca.crt",
|
||||
dest: /etc/openvpn/ca.crt,
|
||||
mode: 0600 }
|
||||
mode: '0600' }
|
||||
- { file: "{{ puppet_private }}/vpn/openvpn/keys/crl.pem",
|
||||
dest: /etc/openvpn/crl.pem,
|
||||
mode: 0644 }
|
||||
mode: '0644' }
|
||||
tags:
|
||||
- install
|
||||
- openvpn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue