jlafon / ansible-profile

An Ansible plugin for timing tasks
http://jlafon.io/ansible-profiling.html
MIT License
342 stars 57 forks source link

Profile output is suppressed if any task fails #6

Open ghost opened 9 years ago

ghost commented 9 years ago

This plug-in works well as long as everything succeeds. However, it does not generate any profile output if any task fails -- even if the failure is to be ignored.

aioue commented 9 years ago

Until it's updated, this plugin times each task and outputs 'on the go'.

aioue commented 9 years ago

Just tested this and actually I get output after all machines have a failed task. You have a screenshot?

ghost commented 9 years ago

I'll try to get you a repro. I just got back from vacation so it'll probably be towards the end of the week.

serbaniuliuscezar commented 9 years ago

I tested the plugin and even if any tasks fail, you still get the correct output for the tasks which did execute successfully.

aioue commented 9 years ago

@serbaniuliuscezar yep think this can be issue can be closed