mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
OSBS: fixing osbs.conf syntax and remove vendor variable
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -34,7 +34,6 @@ osbs_worker_service_accounts:
|
||||
|
||||
|
||||
osbs_conf_sources_command: fedpkg sources
|
||||
osbs_conf_vendor: Fedora Project
|
||||
|
||||
osbs_orchestrator_cpu_limitrange: "95m"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ source_registry_uri = {{ osbs_source_registry_uri }}
|
||||
sources_command = {{ osbs_sources_command }}
|
||||
{% if osbs_vendor %}
|
||||
vendor = {{ osbs_vendor }}
|
||||
{% endif %}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user