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
|
- config
|
||||||
|
|
||||||
- name: Deploy certificates
|
- name: Deploy certificates
|
||||||
copy: src="{{private}}/files/repoSpanner/{{env}}/ca/{{item.src}}
|
copy: src="{{private}}/files/repoSpanner/{{env}}/ca/{{item.src}}"
|
||||||
dest=/etc/repospanner/{{item.dest}}
|
dest="/etc/repospanner/{{item.dest}}"
|
||||||
owner=repoSpanner group=repoSpanner mode=0600
|
owner=repoSpanner group=repoSpanner mode=0600
|
||||||
with_items:
|
with_items:
|
||||||
- src: ca.crt
|
- src: ca.crt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue