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 ce52e9a85..5eb005359 100644 --- a/roles/create-zuul-based-reproducer/templates/launcher-playbook.yaml.j2 +++ b/roles/create-zuul-based-reproducer/templates/launcher-playbook.yaml.j2 @@ -106,12 +106,10 @@ {{ featureset_override_file_output | indent(14) }} {% endif -%} {% if dlrn_hash is defined or ('undercloud' in hostvars and 'dlrn_hash' in hostvars['undercloud']) -%} - dlrn_hash_tag: - {{ hostvars['undercloud'].dlrn_hash }} + dlrn_hash_tag: {{ hostvars['undercloud'].dlrn_hash }} {% endif -%} {% if dlrn_hash_newest is defined or ('undercloud' in hostvars and 'dlrn_hash_newest' in hostvars['undercloud']) -%} - dlrn_hash_tag_newest: - {{ hostvars['undercloud'].dlrn_hash_newest }} + dlrn_hash_tag_newest: {{ hostvars['undercloud'].dlrn_hash_newest }} {%- endif %} tasks: