--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0c4b39f5-6f54-44c7-8d5b-aecbb822f669%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Not quite yet. Have a look at https://github.com/ansible/ansible/pull/6619
--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/e457b5f6-ffdf-4210-a37c-9832f8b7100e%40googlegroups.com.
If you would ever like to report a crash, including the "result" of the crash is
needed to understand the context.Can you please paste the result you are receiving?
On Mon, Apr 21, 2014 at 7:23 PM, Michael DeHaan <mic...@ansible.com> wrote:If you would ever like to report a crash, including the "result" of the crash isneeded to understand the context.Can you please paste the result you are receiving?I'm not sure why you want the backtrace; it's already fixed in 1.6 by https://github.com/ansible/ansible/commit/2a976a. I've attached the backtrace at the end of this email.
The actual crash is not my concern.
There are several different ways that you can crash ansible on skipped roles. Another way to do it is viawith_sequence: start=1 end={{ numFoo }}where numFoo is 0. That obviously should be an error when the task is run. What is surprising that ansible still crashes with "can't count backwards" even if you tell it to skip the role containing the task: