From 9e95b1994071ceca8dad054d0a280f8ef7f28c95 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 22 Aug 2018 17:47:36 +0000 Subject: [PATCH] This is the other yaml syntax Signed-off-by: Patrick Uiterwijk --- playbooks/groups/bodhi-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index 3fb7045bbb..b9c790f957 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -66,8 +66,8 @@ when: env == "staging" - role: manage-container-images cert_dest_dir: "/etc/docker/certs.d/registry{{ env_suffix }}.fedoraproject.org" - cert_src: "{{private}}/files/docker-registry/{{env}}/pki/issued/containerstable.crt", - key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key", + cert_src: "{{private}}/files/docker-registry/{{env}}/pki/issued/containerstable.crt" + key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key" certs_group: apache