Remove newline spacing on dlrn_hash_tag vars

The newlines are not needed and putting the settings
on ths same line as the definition simplies templating.

Change-Id: Ib84c5c42d276333551d79ad0d175bcb4efdce936
This commit is contained in:
Ronelle Landy 2019-04-08 12:43:00 -04:00
parent b471f85599
commit 320c77122d
1 changed files with 2 additions and 4 deletions

View File

@ -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: