parent
31ebafcbdd
commit
3c87c44af5
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@ class IncludedFile:
|
|||
include_target = templar.template(include_result['include'])
|
||||
include_file = loader.path_dwim_relative(original_task._role._role_path, 'tasks', include_target)
|
||||
else:
|
||||
include_file = loader.path_dwim(res._task.args.get('_raw_params'))
|
||||
include_file = loader.path_dwim(include_result['include'])
|
||||
else:
|
||||
include_file = loader.path_dwim(res._task.args.get('_raw_params'))
|
||||
include_file = loader.path_dwim(include_result['include'])
|
||||
|
||||
include_file = templar.template(include_file)
|
||||
inc_file = IncludedFile(include_file, include_variables, original_task)
|
||||
|
|
Loading…
Reference in a new issue