Merge "Add missing quotes to Docker registry TLS example"

This commit is contained in:
Zuul 2021-09-23 08:58:39 +00:00 committed by Gerrit Code Review
commit 51ca557a74
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ may be encrypted via Ansible Vault.
:caption: ``docker-registry.yml``
docker_registry_enable_tls: true
docker_registry_cert_path: "{{ kayobe_config_path }}/docker-registry/cert.pem
docker_registry_key_path: "{{ kayobe_config_path }}/docker-registry/key.pem
docker_registry_cert_path: "{{ kayobe_config_path }}/docker-registry/cert.pem"
docker_registry_key_path: "{{ kayobe_config_path }}/docker-registry/key.pem"
Basic authentication
--------------------