This is the other yaml syntax
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
76a5a10145
commit
9e95b19940
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue