add missing / for {{private}} pathing in osbs-dev after docker-distribution role change
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
1d704c3247
commit
69924eed63
1 changed files with 2 additions and 2 deletions
|
@ -143,9 +143,9 @@
|
|||
role: docker-distribution,
|
||||
cert: {
|
||||
dest_dir: "/etc/pki/docker/osbs-dev.fedorainfracloud.org:5000/",
|
||||
cert_src: "{{private}}files/osbs/osbs-dev.certs/osbs-dev.fedorainfracloud.org.crt",
|
||||
cert_src: "{{private}}/files/osbs/osbs-dev.certs/osbs-dev.fedorainfracloud.org.crt",
|
||||
cert_dest: "ca.key",
|
||||
key_src: "{{private}}files/osbs/osbs-dev.certs/osbs-dev.fedorainfracloud.org.key",
|
||||
key_src: "{{private}}/files/osbs/osbs-dev.certs/osbs-dev.fedorainfracloud.org.key",
|
||||
key_dest: "ca.cert",
|
||||
},
|
||||
tls: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue