Balance quotes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bc66771846
commit
2b6ecf86c7
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
- config
|
||||
|
||||
- name: Deploy certificates
|
||||
copy: src="{{private}}/files/repoSpanner/{{env}}/ca/{{item.src}}
|
||||
dest=/etc/repospanner/{{item.dest}}
|
||||
copy: src="{{private}}/files/repoSpanner/{{env}}/ca/{{item.src}}"
|
||||
dest="/etc/repospanner/{{item.dest}}"
|
||||
owner=repoSpanner group=repoSpanner mode=0600
|
||||
with_items:
|
||||
- src: ca.crt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue