Here is what I'm trying with ansible 2.0.0 (dev from earlier this week)
---
- hosts: ubuntu 
  gather_facts: true
  sudo: true
  tasks:
  - include: base.yml
  - include: qt5.yml
  - include: wx.yml
  - include: resources.yml


I run this playbook and it stops after qt5 with no errors.If I comment out 
qt5, it then runs the wx.yml, then stops.
Each include run individually completes fine.
Is this not the way to achieve what I'm trying. I can't see any reason why 
it doesn't finish the run.

-- 
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/72849a45-d0a4-43eb-856c-e6fb2eab487a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to