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:
parent
ed21a5cb3b
commit
2d046a1be6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user