jprorama / CRI_XCBC

Home of the XSEDE Compatible Basic Cluster
MIT License
2 stars 11 forks source link

`ood_uab_ui` role fails with `variable app_name is undefined` #388

Closed eesaanatluri closed 1 year ago

eesaanatluri commented 2 years ago

Error: The role ood_uab_ui fails with an error: variable app_name is undefined.

Description: The var app_name was defined in a task and it was used in a different task afterwards, so the scope of the var ends in the task it is defined. Since the scope of it wasn't defined at a role level (i.e at the start of the role) rather just the task, it considers the variable as undefined.

Solution:

diedpigs commented 2 years ago

ood_uab_ui only exists in uab-prod branch