If you post about ansible, please specify what version you are asking about

Hi all,

It’s unclear as to whether people are talking about 0.5, 0.4, or even 0.3 (which is what is in EPEL) when asking questions.

0.5 is the development branch
0.4 is the last stable release. I will accept hot fixes for this release for consideration in a point release, but am not patching this version myself.
0.3 was the previous release, no further changes are being accepted for 0.3

Always specify your version and your OS when asking questions. If you are talking about a git checkout of devel, make sure it is at the latest version available prior to asking a question also.

Thanks!

–Michael

Ah sorry about that. I am on the latest git of. 0.4 on Ubuntu 12.04. I can try out the Dev version tonight.

I would think vars aren’t screwed up on 0.4.

Though a recent discussion about devel on IRC has identated that it’s possible vars don’t work so well inside “src” or “dest” parameters when using the copy/template modules.

This would explain a lot.

I’m trying to make sure we have all this written down so please file what you find and I’ll see what I can get beat down.

In any event, we’ll add some more tests for playbook output that is more comprehensive. We used to test playbook events pretty heavily, but async was hard to do that way, but
we could add in a lot of tests that just didn’t hit async.