Hi,
Is it possible do to something like this inside a role?
-
name: task with var1
include_tasks: external.yaml
vars:
my_var=var1 -
name task with var2
include_tasks: external.yaml
vars:
my_var=var2
I’m no getting any error but it appears that only the first include_tasks is used, switching to import_tasks as the same behavior.
Is is expected? Any other to achieve this?
Thanks