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

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e77ce207-6584-45f5-a578-9efbc5154354%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to