fix typo in koji-hub playbook

This commit is contained in:
Kevin Fenzi 2016-07-12 23:12:26 +00:00
parent 0b26309c35
commit 12b31df60d

View file

@ -49,7 +49,7 @@
source_registry_uri: 'https://{{ docker_registry }}/v2', source_registry_uri: 'https://{{ docker_registry }}/v2',
build_host: '{{ osbs_fqdn }}', build_host: '{{ osbs_fqdn }}',
koji_root: 'http://{{ koji_root }}', koji_root: 'http://{{ koji_root }}',
koji_hub: 'https://koji.stg.fedoraproject.org/kojihub' koji_hub: 'https://koji.stg.fedoraproject.org/kojihub',
sources_command: 'fedpkg sources', sources_command: 'fedpkg sources',
build_type: 'prod', build_type: 'prod',
authoritative_registry: 'registry.example.com', authoritative_registry: 'registry.example.com',