This is the first time I hit wall with ansible after thousands lines of 
yaml so maybe I'm missing something. 

I have a main playbook a.yml:

- include b.yml
- include c.yml
  when: 0 == 1

- debug: var=x

where both b.yml and c.yml set value of 'x' variable. I understand that 
this is by design yet if I have a single role with two separate flows 
setting same variables I found no way to work around this and skip c.yml 
entirely. 

Did anyone try do hack this directly in ansible source? I need to comment 
out portion where ansible assigns {'skipped': True} to my variable.

Thanks,
Bill


-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8cb95e9e-72fd-40f7-b1e3-22691d9d3a5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to