fix AGAIN, when to use components.. use release

queens, rocky, stein, train atm do not use
components in dlrn.

Change-Id: I575974cec974bd8d32f24f447950fdbb9677d03b
This commit is contained in:
Wes Hayutin 2020-05-11 12:00:29 -06:00
parent ed21a5cb3b
commit 2d046a1be6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ dlrn_baseurl: >-
{%- endif -%}
use_components: >-
{%- if (ansible_distribution == "CentOS") and (ansible_distribution_major_version|int >= 8) -%}
{%- if release not in ("queens|rocky|stein|train") -%}
1
{%- else -%}
0