Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use include_tasks to respect group_vars
With import_tasks all imports are processed very early, where some variables, like group_vars might not be yet processed. So if upload_helm_chart_method is defined in group_vars rather then extra vars, value will be ignored and role will proceed with it's defaults. Include in it's turn is more dynamic and will respect group_vars.
- Loading branch information