From b3a0b8258e20d93d938c57bc62906e4afbff00ed Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Tue, 26 Nov 2019 15:06:06 +0100 Subject: [PATCH] Fix indentation for the rendered launcher-playbook Fix badly formatted job vars placement, e.g.: - job: name: foo-dlrn-hash-tag parent: foo vars: mirror_fqdn: {{ mirror_path }} ready_releases_file: | #!/bin/env bash export STANDALONE_TARGET_HASH="bar" registry_login_enabled: false Change-Id: I80d06cb66bdc725b70ecb5ef938026a36e793dcf Signed-off-by: Bogdan Dobrelya --- .../templates/launcher-playbook.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/create-zuul-based-reproducer/templates/launcher-playbook.yaml.j2 b/roles/create-zuul-based-reproducer/templates/launcher-playbook.yaml.j2 index 31637a40d..2b2be44f6 100644 --- a/roles/create-zuul-based-reproducer/templates/launcher-playbook.yaml.j2 +++ b/roles/create-zuul-based-reproducer/templates/launcher-playbook.yaml.j2 @@ -103,7 +103,7 @@ {% endif -%} {% if 'periodic' in zuul.job -%} force_periodic: true - {% endif %} + {% endif -%} registry_login_enabled: false featureset_override: {% if featureset_override_file_output is defined -%}